CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/03/31 10:00:38
Modified files:
sys/arch/macppc/macppc: cpu.c locore.S machdep.c
sys/arch/powerpc/include: bat.h cpu.h pmap.h
sys/arch/powerpc/powerpc: cpu_subr.c pmap.c
sys/arch/socppc/socppc: locore.S machdep.c
Removed files:
sys/arch/macppc/include: bat.h
sys/arch/socppc/include: bat.h
Log message:
Make it possisble to disable block address translation mechanism on
processors that support it.
Due to the way trap code is patched it is currently not possible to
enabled/disable BAT at runtime.
ok miod@, kettenis@