NetBSD/sys/arch/evbppc/obs405
martin 719a906ef5 As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap
phases, so move the initialization of the ksyms mutex back into main via
a function called ksyms_init. Rename the existing (but quite different)
ksyms_init* variations into ksyms_addsyms_elf() and ksyms_addsyms_explicit()
and adapt machdep code accordingly.
2008-11-30 18:21:31 +00:00
..
dev
consinit.c
obs200_autoconf.c
obs200_locore.S LKM -> MODULAR 2008-11-13 10:51:23 +00:00
obs200_machdep.c As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap 2008-11-30 18:21:31 +00:00
obs266_autoconf.c
obs266_machdep.c As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap 2008-11-30 18:21:31 +00:00
obs405_autoconf.c
obs405_machdep.c Replce exec_map with a pool. Proposed on tech-kern@, reviewed by chs@. 2008-07-02 17:28:54 +00:00
rbus_machdep.c