commit | 4e09e21ccb0dfe7ee8d5641192e0072e83bd916b | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Mon May 26 23:31:03 2008 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Tue May 27 10:04:29 2008 +0200 |
tree | b8b9e6e4677c0f3bf69614e5afd680569bf332fa | |
parent | 1a20d3ecf5c2a6435df2b756435b1eb1c657d45b [diff] [blame] |
x86: use symbolic constant in stts() Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/include/asm-x86/system.h b/include/asm-x86/system.h index a2f04cd..7e4c133 100644 --- a/include/asm-x86/system.h +++ b/include/asm-x86/system.h
@@ -289,7 +289,7 @@ #endif/* CONFIG_PARAVIRT */ -#define stts() write_cr0(8 | read_cr0()) +#define stts() write_cr0(read_cr0() | X86_CR0_TS) #endif /* __KERNEL__ */