Skip to content

Commit

Permalink
i386: Fix compilation of verify_cpu.S on old binutils
Browse files Browse the repository at this point in the history
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed May 11, 2007
1 parent 1f8a6b6 commit fd0581b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/i386/kernel/verify_cpu.S
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ verify_cpu:

#if CONFIG_X86_MINIMUM_CPU_MODEL >= 4
pushfl
orl $(1<<18),(%esp) # try setting AC
pop %eax
orl $(1<<18),%eax # try setting AC
push %eax
popfl
pushfl
popl %eax
Expand Down

0 comments on commit fd0581b

Please sign in to comment.