[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1268936453-3727-1-git-send-email-brgerst@gmail.com>
Date: Thu, 18 Mar 2010 14:20:48 -0400
From: Brian Gerst <brgerst@...il.com>
To: hpa@...or.com
Cc: x86@...nel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] x86: Merge fpu and simd exception handlers
This patch series merges the fpu and simd exception handlers into one
function. The only difference is where the status bits are read from.
This also applies a fix for multiple simd exceptions that was already
done for fpu.
[PATCH 1/5] x86-32: Split cache flush handler from simd handler
[PATCH 2/5] x86-32: Remove die_if_kernel()
[PATCH 3/5] x86: Merge simd_math_error() into math_error()
[PATCH 4/5] x86: Merge kernel_math_error() into math_error()
[PATCH 5/5] x86-32: Don't set ignore_fpu_irq in simd exception
arch/x86/include/asm/traps.h | 2 +-
arch/x86/kernel/entry_32.S | 16 +++-
arch/x86/kernel/irqinit.c | 2 +-
arch/x86/kernel/traps.c | 195 +++++++++++++++---------------------------
4 files changed, 87 insertions(+), 128 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists