Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

x86: fixup the fallout of the bitops changes

parent dedd4915
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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__ */