NetBSD/sys/arch/amd64
fvdl c43b35423e Pass pointers to frames from assembly, do not use the 'frame on stack
as argument passed by value' trick, as gcc 3.3.x makes (valid) assumptions
about the stack that will not be true. Costs 2 instructions per trap/syscall
on i386, 4 per interrupt for MP. One instruction per trap/syscall on amd64,
2 per interrupt for MP. I expect gcc 3.3.1 to make up for this by better
optimization (it'd better..)

While here, make amd64 compile again by using subr_mbr_disk.c
2003-08-20 21:48:35 +00:00
..
acpi __KERNEL_RCSID() 2003-07-14 23:32:28 +00:00
amd64 Pass pointers to frames from assembly, do not use the 'frame on stack 2003-08-20 21:48:35 +00:00
compile
conf Pass pointers to frames from assembly, do not use the 'frame on stack 2003-08-20 21:48:35 +00:00
include Pass pointers to frames from assembly, do not use the 'frame on stack 2003-08-20 21:48:35 +00:00
isa Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
pci __KERNEL_RCSID() 2003-07-14 23:32:28 +00:00
Makefile