freebsd-dev/sys/powerpc/aim
Justin Hibbits 6c8df58287 Unify booke and AIM machdep.
Much of the code was common to begin with.  There is one nit, which is likely
not an issue at all.  With the old code, the AIM machdep would __syncicache()
the entire kernel core at setup.  However, in the unified setup, that seems to
hang on the MPC7455, perhaps because it's running later than before.  Removing
this allows it to boot just fine.  Examining the code, the FreeBSD loader
already does syncicache of the full kernel, and each module loaded, so this
doesn't appear to be an actual problem.

Initial code by Nathan Whitehorn.
2015-04-30 01:24:25 +00:00
..
aim_machdep.c Unify booke and AIM machdep. 2015-04-30 01:24:25 +00:00
interrupt.c
locore32.S
locore64.S
locore.S
mmu_oea64.c Unify booke and AIM machdep. 2015-04-30 01:24:25 +00:00
mmu_oea64.h
mmu_oea.c
moea64_if.m
moea64_native.c
mp_cpudep.c
slb.c Fix integer truncation bug in malloc(9) 2015-04-01 12:42:26 +00:00
trap_subr32.S
trap_subr64.S