freebsd-skq/sys/powerpc/aim
Peter Grehan 112a8d7bdb Major overhaul of common trap code
- remove unused 601 and tlb exception code
 - remove interrupt-time PTE spill code. The pmap code
   will now take care of pinning kernel PTEs, and there
   are no longer issues about physical mapping of PTE
   data structures
 - All segment registers are switched on kernel entry/exit,
   allowing the kernel to have more virtual space and for
   user virtual space to extend to 4G.
 - The temporary register save area has been shifted from
   unused exception vector space to the per-cpu data area.
   This allows interrupts to be delivered to multiple CPUs
 - ISI traps no longer spill to BAT tables. It is assumed
   that all of kernel instruction memory is pinned.
 - shift from 'ldmw/stmw' instructions to individual register
   loads/stores when saving context. All PPC manuals indicate
   this should be much faster.
 - use '%r' for register names throughout.

TODO: need to test if DSI traps were the result of kernel stack
guard-page hits.

Reworked from:  NetBSD
2004-02-04 13:10:25 +00:00
..
clock.c A syscons implementation using the 8-bit framebuffer set up by 2004-01-21 05:16:23 +00:00
copyinout.c
interrupt.c
locore.S - Add definition for GET_CPUINFO, required by new trap_subr code 2004-02-04 12:57:41 +00:00
machdep.c - remove unused trap definitions 2004-02-04 13:00:56 +00:00
mmu_oea.c When UMA_MD_SMALL_ALLOC is defined, pmap_kextract will be called 2004-01-29 00:45:41 +00:00
nexus.c Allow child devices to set the OpenFirmware device node ivar 2004-02-04 12:50:47 +00:00
ofw_machdep.c - removed obsolete ppc_exit/ppc_boot functions 2003-12-10 08:55:53 +00:00
ofwmagic.S
swtch.S
trap_subr.S Major overhaul of common trap code 2004-02-04 13:10:25 +00:00
trap.c
uma_machdep.c Implement UMA_MD_SMALL_ALLOC, since the BAT registers allow direct 2004-01-29 00:32:22 +00:00
vm_machdep.c Track three new sendfile-related statistics: 2003-12-28 08:57:09 +00:00