浏览代码

x86: fixup the fallout of the bitops changes

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Thomas Gleixner 17 年之前
父节点
当前提交
3711ccb07b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/asm-x86/thread_info.h

+ 1 - 1
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__ */