NetBSD/sys/arch/powerpc
christos 59abdecf4b Add a linux specific trapsignal() function. This is just a passthrough
on all platforms but the i386. On the i386 we look at T_PROTFLT and send
a SIGSEGV instead of SIGBUS. This makes allegro lisp 5.0 and pvs (a proof
verification system) to work.

XXX[1]: We need to go through each architecture and verify that we send
        the correct signal on each trap type.
XXX[2]: trap.c on all other architectures but i386 needs to be modified
        to s/trapsignal/(*p->p_emul->e_trapsignal)/g
2001-06-18 02:04:42 +00:00
..
conf Forgot to commit this -- move file .../bus_dma.c line to files.${machine}. 2001-06-17 19:32:17 +00:00
fpu Add a port to IBM's PPC405GP Reference Board (the "walnut") 2001-06-13 06:01:44 +00:00
ibm4xx Globalise "trapexit" for new ddb tracing changes. 2001-06-17 13:38:33 +00:00
include Stop overloading unused bits in the pte. Use the low 12bits of the vaddr 2001-06-15 18:26:06 +00:00
mpc6xx Fix pte_spill to set the index on the proper pvo. Deal with recursion 2001-06-16 03:32:48 +00:00
powerpc Add a linux specific trapsignal() function. This is just a passthrough 2001-06-18 02:04:42 +00:00
tools/chrpicon
Makefile Add a port to IBM's PPC405GP Reference Board (the "walnut") 2001-06-13 06:01:44 +00:00