mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
TIF_NOTIFY_RESUME is defined on all targets now
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
f9369910a6
commit
1227dd773d
2 changed files with 0 additions and 12 deletions
|
@ -153,7 +153,6 @@ static inline void tracehook_signal_handler(int sig, siginfo_t *info,
|
|||
ptrace_notify(SIGTRAP);
|
||||
}
|
||||
|
||||
#ifdef TIF_NOTIFY_RESUME
|
||||
/**
|
||||
* set_notify_resume - cause tracehook_notify_resume() to be called
|
||||
* @task: task that will call tracehook_notify_resume()
|
||||
|
@ -185,6 +184,5 @@ static inline void set_notify_resume(struct task_struct *task)
|
|||
static inline void tracehook_notify_resume(struct pt_regs *regs)
|
||||
{
|
||||
}
|
||||
#endif /* TIF_NOTIFY_RESUME */
|
||||
|
||||
#endif /* <linux/tracehook.h> */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue