Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113505
b: refs/heads/master
c: b939bde
h: refs/heads/master
i:
  113503: 8db90b9
v: v3
  • Loading branch information
Alexander van Heukelum authored and Ingo Molnar committed Oct 13, 2008
1 parent a4035da commit 4c8a829
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: eb642f62082348c33ead53f736a9698953aa517d
refs/heads/master: b939bde2788a7f16741e563ee90f6f3ad38935cf
4 changes: 3 additions & 1 deletion trunk/arch/x86/kernel/traps_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,8 @@ static void simd_math_error(void __user *ip)

void do_simd_coprocessor_error(struct pt_regs *regs, long error_code)
{
conditional_sti(regs);

if (cpu_has_xmm) {
/* Handle SIMD FPU exceptions on PIII+ processors. */
ignore_fpu_irq = 1;
Expand Down Expand Up @@ -1294,7 +1296,7 @@ void __init trap_init(void)
#ifdef CONFIG_X86_MCE
set_intr_gate(18, &machine_check);
#endif
set_trap_gate(19, &simd_coprocessor_error);
set_intr_gate(19, &simd_coprocessor_error);

if (cpu_has_fxsr) {
printk(KERN_INFO "Enabling fast FPU save and restore... ");
Expand Down

0 comments on commit 4c8a829

Please sign in to comment.