x86: fixup the fallout of the bitops changes
authorThomas Gleixner <tglx@linutronix.de>
Sat, 24 May 2008 15:24:34 +0000 (17:24 +0200)
committerThomas 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

index 25d7105..895339d 100644 (file)
@@ -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__ */