projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa18484
)
arm: bury unused _TIF_RESTORE_SIGMASK
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 6 May 2012 08:10:18 +0000
(
04:10
-0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 21 May 2012 18:40:20 +0000
(14:40 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/arm/include/asm/thread_info.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/thread_info.h
b/arch/arm/include/asm/thread_info.h
index 680c623a3d1f40444ec62477dc849af7111c1b47..ba6bb7baaddaf40c00c0fbe812ba3352586cc3ea 100644
(file)
--- a/
arch/arm/include/asm/thread_info.h
+++ b/
arch/arm/include/asm/thread_info.h
@@
-162,7
+162,6
@@
extern int vfp_restore_user_hwstate(struct user_vfp __user *,
#define _TIF_SYSCALL_AUDIT (1 << TIF_SYSCALL_AUDIT)
#define _TIF_POLLING_NRFLAG (1 << TIF_POLLING_NRFLAG)
#define _TIF_USING_IWMMXT (1 << TIF_USING_IWMMXT)
-#define _TIF_RESTORE_SIGMASK (1 << TIF_RESTORE_SIGMASK)
#define _TIF_SECCOMP (1 << TIF_SECCOMP)
#define _TIF_SYSCALL_RESTARTSYS (1 << TIF_SYSCALL_RESTARTSYS)