NetBSD/sys/arch/sparc
pk de106f6489 1. Implement a trick from Chris Torek: if an unhandled interrupt occurs
during auto-configuration (`cold'), raise interrupt level to splhigh
   and return, instead of reporting a stray interrupt.

2. In cpu_switch(), start running a newly selected proces at splclock()
   instead of the saved IPL, allowing high-priority interrupts in
   ctx_alloc() which can take many cycles to install a new context
   (especially on the two-level sun4c MMU).
1997-11-19 22:59:05 +00:00
..
compile compile needs to be kept in the distribution 1993-04-19 23:30:06 +00:00
conf * add commented out DDB_HISTORY_SIZE=100 if DDB exists in config file 1997-11-17 01:57:23 +00:00
dev If necessary, defer console output until TX interrupt handler runs. 1997-11-12 22:18:54 +00:00
fpu %x -> 0x%x 1997-07-29 10:09:51 +00:00
include Mark uses of long long with /* LONGLONG */ for lint. From 1997-11-05 04:36:08 +00:00
sparc 1. Implement a trick from Chris Torek: if an unhandled interrupt occurs 1997-11-19 22:59:05 +00:00
stand Use DESTDIR consistently when constructing `boot.net'. 1997-11-15 14:29:36 +00:00
Makefile Make these closer to working. 1997-10-11 09:10:25 +00:00