diff options
-rw-r--r-- | arch/i386/kernel/verify_cpu.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/i386/kernel/verify_cpu.S b/arch/i386/kernel/verify_cpu.S index e51a8695d54e..b2a9d80b6421 100644 --- a/arch/i386/kernel/verify_cpu.S +++ b/arch/i386/kernel/verify_cpu.S | |||
@@ -10,7 +10,9 @@ verify_cpu: | |||
10 | 10 | ||
11 | #if CONFIG_X86_MINIMUM_CPU_MODEL >= 4 | 11 | #if CONFIG_X86_MINIMUM_CPU_MODEL >= 4 |
12 | pushfl | 12 | pushfl |
13 | orl $(1<<18),(%esp) # try setting AC | 13 | pop %eax |
14 | orl $(1<<18),%eax # try setting AC | ||
15 | push %eax | ||
14 | popfl | 16 | popfl |
15 | pushfl | 17 | pushfl |
16 | popl %eax | 18 | popl %eax |