NetBSD/sys/arch/acorn26/acorn26
bjh21 8c2f284250 Autoconfiguration cleanup:
- Use aprint_*() rather than printf().
- Split device_t out of cpu_softc, then remove the latter entirely since that
  left it empty.
- Use device_t and cfdata_t rather than explicit structure types.
2009-01-06 23:41:28 +00:00
..
autoconf.c
bus_asm.S
bus.c
conf.c
cons_machdep.c As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap 2008-11-30 18:21:31 +00:00
copyinout.S Make acorn26 kernels build again. 2008-06-23 17:58:17 +00:00
cpu.c Autoconfiguration cleanup: 2009-01-06 23:41:28 +00:00
cpuswitch.c Make acorn26 kernels build again. 2008-06-23 17:58:17 +00:00
cpuvar.h
db_interface.c Merge the ppcoea-renovation branch to HEAD. 2007-10-17 19:52:51 +00:00
db_machdep.c Adapt to bool conversion of the DDB functions. 2007-02-23 09:49:48 +00:00
except.c Make acorn26 kernels build again. 2008-06-23 17:58:17 +00:00
fpu_asm.S
fpu.c
fpuvar.h
genassym.cf Make acorn26 kernels build again. 2008-06-23 17:58:17 +00:00
irq.c Replace the local current_spl with the ARM-wide curcpu()->ci_cpl, since 2009-01-06 23:35:39 +00:00
locore.S Make acorn26 kernels build again. 2008-06-23 17:58:17 +00:00
machdep.c Initialise cpu_info_store so that we start up with a valid curlwp. 2009-01-03 18:15:11 +00:00
mem.c use M_ZERO on malloc() and remove subsequent bzero(). 2008-12-19 18:49:37 +00:00
pmap.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
rscons.c
start.c Remove LKMs and switch to the module framework, pass 1. 2008-11-12 12:35:50 +00:00
stubs.c
sys_machdep.c Convert all the system call entry points from: 2007-12-20 23:02:38 +00:00
vm_machdep.c Resurrect cpu_setfunc(), and make cpu_lwp_fork() use it. 2008-10-25 22:12:33 +00:00