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:
dedd491
)
x86: fixup the fallout of the bitops changes
author
Thomas Gleixner
<tglx@linutronix.de>
Sat, 24 May 2008 15:24:34 +0000
(17:24 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Sat, 24 May 2008 16:16:12 +0000
(18:16 +0200)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/asm-x86/thread_info.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/thread_info.h
b/include/asm-x86/thread_info.h
index 25d7105325612e909c8eac3fcfcdd09883a4cb47..895339d2bc0bae799af368ec10efff5050d5afc3 100644
(file)
--- a/
include/asm-x86/thread_info.h
+++ b/
include/asm-x86/thread_info.h
@@
-245,7
+245,7
@@
static inline void set_restore_sigmask(void)
{
struct thread_info *ti = current_thread_info();
ti->status |= TS_RESTORE_SIGMASK;
- set_bit(TIF_SIGPENDING, &ti->flags);
+ set_bit(TIF_SIGPENDING,
(unsigned long *)
&ti->flags);
}
#endif /* !__ASSEMBLY__ */