提交 3711ccb0 编写于 作者: T Thomas Gleixner

x86: fixup the fallout of the bitops changes

Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 dedd4915
......@@ -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__ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册