freebsd-dev/sys/powerpc/aim
Peter Grehan 33529b98d5 Introduce inheritance into the PowerPC MMU kobj interface.
include/mmuvar.h - Change the MMU_DEF macro to also create the class
definition as well as define the DATA_SET. Add a macro, MMU_DEF_INHERIT,
which has an extra parameter specifying the MMU class to inherit methods
from. Update the comments at the start of the header file to describe the
new macros.

booke/pmap.c
aim/mmu_oea.c
aim/mmu_oea64.c - Collapse mmu_def_t declaration into updated MMU_DEF macro

The MMU_DEF_INHERIT macro will be used in the PS3 MMU implementation to
allow it to inherit the stock powerpc64 MMU methods.

Reviewed by:	nwhitehorn
2010-09-15 00:17:52 +00:00
..
clock.c Update PowerPC event timer code to use new event timers infrastructure. 2010-09-11 04:45:51 +00:00
copyinout.c MFppc64: 2010-07-13 05:32:19 +00:00
interrupt.c Update PowerPC event timer code to use new event timers infrastructure. 2010-09-11 04:45:51 +00:00
locore32.S MFppc64: 2010-07-13 05:32:19 +00:00
locore64.S MFppc64: 2010-07-13 05:32:19 +00:00
locore.S MFppc64: 2010-07-13 05:32:19 +00:00
machdep.c Resurrect PSIM support by moving the cacheline size-detection warning 2010-09-14 03:18:11 +00:00
mmu_oea64.c Introduce inheritance into the PowerPC MMU kobj interface. 2010-09-15 00:17:52 +00:00
mmu_oea.c Introduce inheritance into the PowerPC MMU kobj interface. 2010-09-15 00:17:52 +00:00
mp_cpudep.c MFppc64: 2010-07-13 05:32:19 +00:00
nexus.c bus_add_child: change type of order parameter to u_int 2010-09-10 11:19:03 +00:00
ofw_machdep.c Restructure how reset and poweroff are handled on PowerPC systems, since 2010-08-31 15:27:46 +00:00
ofwmagic.S
slb.c Improve hash coverage for kernel page table entries by modifying the kernel 2010-07-31 21:35:15 +00:00
swtch32.S MFppc64: 2010-07-13 05:32:19 +00:00
swtch64.S MFppc64: 2010-07-13 05:32:19 +00:00
trap_subr32.S MFppc64: 2010-07-13 05:32:19 +00:00
trap_subr64.S MFppc64: 2010-07-13 05:32:19 +00:00
trap.c Remove unused KTRACE includes. 2010-08-19 16:41:27 +00:00
uma_machdep.c
vm_machdep.c Restructure how reset and poweroff are handled on PowerPC systems, since 2010-08-31 15:27:46 +00:00