mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-14 15:47:33 +07:00
x86: fixup the fallout of the bitops changes
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
dedd4915af
commit
3711ccb07b
@ -245,7 +245,7 @@ static inline void set_restore_sigmask(void)
|
|||||||
{
|
{
|
||||||
struct thread_info *ti = current_thread_info();
|
struct thread_info *ti = current_thread_info();
|
||||||
ti->status |= TS_RESTORE_SIGMASK;
|
ti->status |= TS_RESTORE_SIGMASK;
|
||||||
set_bit(TIF_SIGPENDING, &ti->flags);
|
set_bit(TIF_SIGPENDING, (unsigned long *)&ti->flags);
|
||||||
}
|
}
|
||||||
#endif /* !__ASSEMBLY__ */
|
#endif /* !__ASSEMBLY__ */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user