kernel: remove checking for TIF_NOTIFY_SIGNAL

[ Upstream commit e296dc4996b8094ccde45d19090d804c4103513e ]

It's available everywhere now, no need to check or add dummy defines.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jens Axboe
2020-10-09 16:04:39 -06:00
committed by Greg Kroah-Hartman
parent 61bdeb142e
commit 90a2c3821b
4 changed files with 0 additions and 12 deletions

View File

@@ -37,10 +37,6 @@
# define _TIF_UPROBE (0)
#endif
#ifndef _TIF_NOTIFY_SIGNAL
# define _TIF_NOTIFY_SIGNAL (0)
#endif
/*
* TIF flags handled in syscall_enter_from_user_mode()
*/