projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f8a6b6
)
i386: Fix compilation of verify_cpu.S on old binutils
author
Andi Kleen
<ak@suse.de>
Fri, 11 May 2007 09:23:18 +0000
(11:23 +0200)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Fri, 11 May 2007 19:53:00 +0000
(12:53 -0700)
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/kernel/verify_cpu.S
patch
|
blob
|
history
diff --git
a/arch/i386/kernel/verify_cpu.S
b/arch/i386/kernel/verify_cpu.S
index e51a8695d54ef214c4959494c853622cc51b85b9..b2a9d80b64215a826ab17d03407647d4bf129d29 100644
(file)
--- a/
arch/i386/kernel/verify_cpu.S
+++ b/
arch/i386/kernel/verify_cpu.S
@@
-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