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

Commit 4e09e21c authored by Jeremy Fitzhardinge's avatar Jeremy Fitzhardinge Committed by Thomas Gleixner
Browse files

x86: use symbolic constant in stts()

parent 1a20d3ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -289,7 +289,7 @@ static inline void native_wbinvd(void)

#endif/* CONFIG_PARAVIRT */

#define stts() write_cr0(8 | read_cr0())
#define stts() write_cr0(read_cr0() | X86_CR0_TS)

#endif /* __KERNEL__ */