diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-06-01 22:21:16 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-01 17:58:12 +0400 |
commit | 8af4efac26e1805c76144ad44118157239308d35 (patch) | |
tree | 2d4d1a36bde4e45c8f530419aa8bbfd4a20b90bb /arch/parisc | |
parent | 87b0e714dee438309efca998616a2dbb064ca1a0 (diff) | |
download | linux-8af4efac26e1805c76144ad44118157239308d35.tar.xz |
bury _TIF_RESTORE_SIGMASK
never used...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/include/asm/thread_info.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/thread_info.h b/arch/parisc/include/asm/thread_info.h index 22b4726dee49..255630808d63 100644 --- a/arch/parisc/include/asm/thread_info.h +++ b/arch/parisc/include/asm/thread_info.h @@ -68,7 +68,6 @@ struct thread_info { #define _TIF_NEED_RESCHED (1 << TIF_NEED_RESCHED) #define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG) #define _TIF_32BIT (1 << TIF_32BIT) -#define _TIF_RESTORE_SIGMASK (1 << TIF_RESTORE_SIGMASK) #define _TIF_NOTIFY_RESUME (1 << TIF_NOTIFY_RESUME) #define _TIF_SINGLESTEP (1 << TIF_SINGLESTEP) #define _TIF_BLOCKSTEP (1 << TIF_BLOCKSTEP) |