Skip to content

Commit

Permalink
[PATCH] i386: PDA: Fix math emulator for new pt_regs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Andi Kleen authored and Andi Kleen committed Dec 7, 2006
1 parent 70463da commit 63cb683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/asm-i386/math_emu.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ struct info {
long ___eax;
long ___ds;
long ___es;
long ___fs;
long ___orig_eax;
long ___eip;
long ___cs;
Expand Down

0 comments on commit 63cb683

Please sign in to comment.