NetBSD/sys/arch/evbmips/atheros
tsutsui 44e83481b7 Defer _spl0() or _splnone() calls (which enable hardware interrupts)
from cpu_configure(9) to cpu_initclocks(9) on mips ports which use
mips3_clockintr.c:mips3_clockintr() (i.e. CPU INT5 clock) to avoid
hardclock(9) before softclock interrupt is initialized in initclocks().
This should be harmless because initclocks() is a part of configure()
in these days and there is no MI function which expects hardware
interrupts between cpu_configure(9) and cpu_initclocks(9).

Disccussed on tech-kern and port-mips.
2006-11-17 21:01:03 +00:00
..
autoconf.c Defer _spl0() or _splnone() calls (which enable hardware interrupts) 2006-11-17 21:01:03 +00:00
cpu.c
mach_intr.c
machdep.c Initial import of AR2315 support, specifically the Meraki Mini (see 2006-09-26 06:37:31 +00:00
mainbus.c KNR->KNF. :-) 2006-06-08 22:47:26 +00:00
wdog.c This is a boat-load of changes designed to finish parameterizing the 2006-09-04 05:17:26 +00:00