Commit 3711ccb0 authored by Thomas Gleixner's avatar Thomas Gleixner

x86: fixup the fallout of the bitops changes

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment