NetBSD/sys/arch/acorn32
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
..
acorn32 As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap 2008-11-30 18:21:31 +00:00
compile
conf Remove softdep, pass 1. We are focused on improving journalling. 2008-11-24 11:41:07 +00:00
dev Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
doc
eb7500atx As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap 2008-11-30 18:21:31 +00:00
include __cpu_simple_lock_t changed to unsigned char on arm kernels almost 2008-10-12 20:52:56 +00:00
mainbus use device_lookup_private to get softc 2008-06-12 23:22:36 +00:00
podulebus *** Summary *** 2008-11-07 00:20:01 +00:00
stand Stop attempts to boot a kernel that is bigger than the first DRAM block. 2008-11-23 17:33:45 +00:00
Makefile Use ${TOOL_SED} instead if plain sed in Makefiles. 2008-10-25 22:27:34 +00:00