From: Andi Kleen Date: Thu, 7 Dec 2006 01:14:03 +0000 (+0100) Subject: [PATCH] i386: PDA: Fix math emulator for new pt_regs X-Git-Tag: v2.6.20-rc1~145^2^2~8^2~121 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=63cb683c6ed56a420ba60df6a5b206a44e3f85fe;p=~emulex%2Finfiniband.git [PATCH] i386: PDA: Fix math emulator for new pt_regs 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 --- diff --git a/include/asm-i386/math_emu.h b/include/asm-i386/math_emu.h index 697673b555c..a4b0aa3320e 100644 --- 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;