diff options
author | Jens Axboe | 2020-10-09 16:04:39 -0600 |
---|---|---|
committer | Jens Axboe | 2020-12-12 09:17:38 -0700 |
commit | e296dc4996b8094ccde45d19090d804c4103513e (patch) | |
tree | 3250ce40eeacd53f12b495b3d8942976dc41eca0 /include/linux/entry-common.h | |
parent | 98b89b649fce39dacb9dc036d6d0fdb8caff73f7 (diff) |
kernel: remove checking for TIF_NOTIFY_SIGNAL
It's available everywhere now, no need to check or add dummy defines.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/entry-common.h')
-rw-r--r-- | include/linux/entry-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/entry-common.h b/include/linux/entry-common.h index b9711e813ec2..abec3a5ae799 100644 --- a/include/linux/entry-common.h +++ b/include/linux/entry-common.h @@ -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() */ |