NetBSD/sys/arch/evbppc/ev64260
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
..
autoconf.c Introduce device_find_by_xname and device_find_by_driver_unit to replace 2008-02-12 17:30:57 +00:00
com_obio.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
ev64260_locore.S LKM -> MODULAR 2008-11-13 10:51:23 +00:00
gt_mainbus.c
machdep.c As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap 2008-11-30 18:21:31 +00:00
mainbus.c