NetBSD/sys/arch/amd64
drochner 302b606369 fix some problems with lazy fpu context handling:
-if a new process gets a CPU with an FPU state of another process, it
 needs to initialize it to a clean state
 (actually, put the "fninit" where it belongs logically)
-initialize mxcsr as well
minor cleanup/optimization
Signal delivery after unmasking some cause is still broken - it doesn't
care about xmm exceptions. For now, set at least si_code to something
positive so that it doesn't look like a user generated asynchonous signal.
2004-03-03 20:27:53 +00:00
..
acpi __KERNEL_RCSID() 2003-07-14 23:32:28 +00:00
amd64 fix some problems with lazy fpu context handling: 2004-03-03 20:27:53 +00:00
compile
conf Comment out some SYSV* and *VERBOSE options to shrink these down so 2004-02-16 02:43:53 +00:00
include provide a definition NETBSD32_MID_MACHINE which tells for the a.out MID 2004-02-20 16:11:44 +00:00
isa Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
pci Move the bulk of pci_intr_string into a seperate intr_string function. Use 2003-09-06 17:44:36 +00:00
Makefile