]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[PATCH] i386: PDA: Fix math emulator for new pt_regs
authorAndi Kleen <ak@suse.de>
Thu, 7 Dec 2006 01:14:03 +0000 (02:14 +0100)
committerAndi 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

index 697673b555ce3335f4f84e9653e00e6e4685a999..a4b0aa3320e681f802cb7b297766ec58f26d7f9c 100644 (file)
@@ -21,6 +21,7 @@ struct info {
        long ___eax;
        long ___ds;
        long ___es;
+       long ___fs;
        long ___orig_eax;
        long ___eip;
        long ___cs;