diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-06-01 20:21:16 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-01 15:58:12 +0200 |
commit | 8af4efac26e1805c76144ad44118157239308d35 (patch) | |
tree | 2d4d1a36bde4e45c8f530419aa8bbfd4a20b90bb /arch/xtensa | |
parent | unicore32: unobfuscate _TIF_WORK_MASK (diff) | |
download | linux-8af4efac26e1805c76144ad44118157239308d35.tar.xz linux-8af4efac26e1805c76144ad44118157239308d35.zip |
bury _TIF_RESTORE_SIGMASK
never used...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/include/asm/thread_info.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/include/asm/thread_info.h b/arch/xtensa/include/asm/thread_info.h index 81abfd5d01ac..a27bc8ce5eff 100644 --- a/arch/xtensa/include/asm/thread_info.h +++ b/arch/xtensa/include/asm/thread_info.h @@ -140,7 +140,6 @@ static inline struct thread_info *current_thread_info(void) #define _TIF_SINGLESTEP (1<<TIF_SINGLESTEP) #define _TIF_IRET (1<<TIF_IRET) #define _TIF_POLLING_NRFLAG (1<<TIF_POLLING_NRFLAG) -#define _TIF_RESTORE_SIGMASK (1<<TIF_RESTORE_SIGMASK) #define _TIF_WORK_MASK 0x0000FFFE /* work to do on interrupt/exception return */ #define _TIF_ALLWORK_MASK 0x0000FFFF /* work to do on any return to u-space */ |