X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Ftracehook.h;h=8a2a3fc9bd05bb427f7ebd071ad51053c705b05d;hb=1227dd773d8d4e3983b4b751f9ffa0f41402fb7c;hp=51bd91d911c3b3233e90301a4092a84750827776;hpb=84e92ef4f7addba97ff54810d1602b47d7c00ca4;p=~andy%2Flinux diff --git a/include/linux/tracehook.h b/include/linux/tracehook.h index 51bd91d911c..8a2a3fc9bd0 100644 --- a/include/linux/tracehook.h +++ b/include/linux/tracehook.h @@ -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 /* */