NetBSD/sys/arch/arm/ofw
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
..
files.ofw
files.ofwgencfg
ofw_irq.S Merge kernel changes in matt-armv6 to HEAD. 2008-04-27 18:58:43 +00:00
ofw_irqhandler.c
ofwgencfg_clock.c Convert evbarm to timecounter. Only one of the systems was tested, the 2008-01-20 16:28:22 +00:00
ofwgencfg_machdep.c As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap 2008-11-30 18:21:31 +00:00
openfirm.c