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:
70463da
)
[PATCH] i386: PDA: Fix math emulator for new pt_regs
author
Andi Kleen
<ak@suse.de>
Thu, 7 Dec 2006 01:14:03 +0000
(
02:14
+0100)
committer
Andi Kleen
<andi@basil.nowhere.org>
Thu, 7 Dec 2006 01:14:03 +0000
(
02:14
+0100)
This patch fixes the math emulator, which had not been adjusted
to match the changed struct pt_regs.
AK: extracted from larger patch by Jeremy.
Signed-off-by: Andi Kleen <ak@suse.de>
include/asm-i386/math_emu.h
patch
|
blob
|
history
diff --git
a/include/asm-i386/math_emu.h
b/include/asm-i386/math_emu.h
index 697673b555ce3335f4f84e9653e00e6e4685a999..a4b0aa3320e681f802cb7b297766ec58f26d7f9c 100644
(file)
--- a/
include/asm-i386/math_emu.h
+++ b/
include/asm-i386/math_emu.h
@@
-21,6
+21,7
@@
struct info {
long ___eax;
long ___ds;
long ___es;
+ long ___fs;
long ___orig_eax;
long ___eip;
long ___cs;