NetBSD/sys/arch/powerpc/mpc6xx
matt 34d4887431 Some #ifdef cleanup for DIAGNOSTIC/DEBUG/PMAPCHECK so that that many of
the expensive checks are skipped when (!DEBUG&&!PMAPCHECK) and all of the
light-weigth checks are skipped when (!DIAGNOSTIC&&!DEBUG&&!PMAPCHECK).
This bring pmap.o's text down from 21KB (with PMAPCHECK) to 18.5KB (DEBUG)
to 16KB text (!DIAGNOSTIC).
2001-11-14 20:38:22 +00:00
..
cpu_subr.c If we get a secondary CPU on a non-MP kernel, bail out early 2001-10-22 01:45:51 +00:00
pmap.c Some #ifdef cleanup for DIAGNOSTIC/DEBUG/PMAPCHECK so that that many of 2001-11-14 20:38:22 +00:00