From 4ba56fea50b4431b595cb1d652399f060c1ed2b6 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Tue, 18 Mar 2008 18:46:06 -0700 Subject: [PATCH] --- yaml --- r: 88905 b: refs/heads/master c: cc7594e420283cf6070538655f1a4fbebb3fb853 h: refs/heads/master i: 88903: 87ead845bc5c2acb9a863fd1dc2827538db6b9e5 v: v3 --- [refs] | 2 +- trunk/arch/x86/math-emu/fpu_entry.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index f4a798ba28ca..851eb5ea8152 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b450e5e816d10893e17f57b3eb9d29c52635862a +refs/heads/master: cc7594e420283cf6070538655f1a4fbebb3fb853 diff --git a/trunk/arch/x86/math-emu/fpu_entry.c b/trunk/arch/x86/math-emu/fpu_entry.c index 760baeea5f07..4bab3b145392 100644 --- a/trunk/arch/x86/math-emu/fpu_entry.c +++ b/trunk/arch/x86/math-emu/fpu_entry.c @@ -276,6 +276,7 @@ asmlinkage void math_emulate(long arg) entry_sel_off.offset = FPU_ORIG_EIP; entry_sel_off.selector = FPU_CS; entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; + entry_sel_off.empty = 0; FPU_rm = FPU_modrm & 7;