projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
971ceb1
)
m32r: trim masks
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 1 Jun 2012 02:25:28 +0000
(22:25 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 1 Oct 2012 13:58:18 +0000
(09:58 -0400)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/m32r/include/asm/thread_info.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/m32r/include/asm/thread_info.h
b/arch/m32r/include/asm/thread_info.h
index aad1c3a913d9fc030bbcd21f6a6ebc46753428e1..c074f4c2e858e6cc76b16476a9fc24aea2566793 100644
(file)
--- a/
arch/m32r/include/asm/thread_info.h
+++ b/
arch/m32r/include/asm/thread_info.h
@@
-131,8
+131,8
@@
static inline unsigned int get_thread_fault_code(void)
#define _TIF_NOTIFY_RESUME (1<<TIF_NOTIFY_RESUME)
#define _TIF_USEDFPU (1<<TIF_USEDFPU)
-#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 */
+#define _TIF_WORK_MASK
(_TIF_SIGPENDING | _TIF_NEED_RESCHED | _TIF_NOTIFY_RESUME)
+#define _TIF_ALLWORK_MASK
(_TIF_WORK_MASK | _TIF_SYSCALL_TRACE)
/*
* Thread-synchronous status.