NetBSD/sys/arch/x86
dsl 6cb5447c23 Change the argument to fpudna() to be the trapframe.
Move the checks for fpu traps in kernel into x86/fpu.c.
Remove the code from amd64/trap.c related to fpu traps (they've not gone
  there for ages - expect to panic in kernel mode).
In fpudna():
- Don't actually enable hardware interrupts unless we need to
  allow in IPIs.
- There is no point in enabling them when they are blocked in software
  (by splhigh()).
- Keep the splhigh() to avoid a load of the KASSERTS() firing.
2014-02-12 19:53:49 +00:00
..
acpi Move sys/arch/amd64/amd64/fpu.c and sys/arch/amd64/include/fpu.h 2014-02-11 20:17:16 +00:00
conf A few "isa" files are so tightly integrated into the x86 platform code 2013-07-17 21:26:28 +00:00
include Move sys/arch/amd64/amd64/fpu.c and sys/arch/amd64/include/fpu.h 2014-02-11 20:17:16 +00:00
isa cosmetic, spelling, and grammar adjustments 2012-02-28 20:26:37 +00:00
pci Stopgap to prevent genfb from stealing console. Revisit later. 2014-01-27 23:11:50 +00:00
x86 Change the argument to fpudna() to be the trapframe. 2014-02-12 19:53:49 +00:00