NetBSD/sys/arch/powerpc
matt 7a12a9737c Revamp how SR(s) are loaded on the user/kernel boundary. We now load all
16 SR registers when transitioning between kernel and user.  Also, don't
reload the kernel SR(s) on every trap but only on traps from user space.
Instead of loading magic SRs for the kernel, load the kernel SRs from the
kernel_pmap_.  This makes trap_subr.S completely ignorant of SR uses and
so they can change with having to change trap_subr.S.  Also note that
since the user and kernel get complete SR sets, user VA space can now be
increased to 4GB if desired.
2002-06-26 01:14:45 +00:00
..
conf Add NEED_BINARY, similar to NEED_SREC. 2002-05-19 18:57:33 +00:00
fpu bcopy -> memcpy, bzero -> memset, bcmp -> memcmp. 2001-07-22 11:29:44 +00:00
ibm4xx apply the fix from the powerpc port. this is almost a copy of powerpc/trap.c 2002-06-17 21:08:56 +00:00
include Add ENTRY_NOPROFILE(). 2002-06-23 17:26:58 +00:00
mpc6xx Set SR_PRKEY for user pmaps. For the kernel SR(s) set SR_SUKEY|SR_PRKEY. 2002-06-26 01:10:20 +00:00
powerpc Revamp how SR(s) are loaded on the user/kernel boundary. We now load all 2002-06-26 01:14:45 +00:00
tools/chrpicon MKfoo=no -> NOfoo 2001-12-12 01:48:43 +00:00
Makefile Add a port to IBM's PPC405GP Reference Board (the "walnut") 2001-06-13 06:01:44 +00:00