NetBSD/sys/arch/next68k
thorpej 32a8b62d33 - Shrink ipl_cookie_t from 32-bits to 16-bits (large enough to hold
an SR value or an IPL_* constant).
- Take advange of the smaller ipl_cookie_t to shrink kmutex_t from
  16 bytes to 8 bytes by overlapping storage where possible.
- Implement a RAS-based _lock_cas() for mc68010 systems (Sun2).  See
  sun68k/sun68k/isr.c.

Tested on various m68k platforms, but NOT Sun2.  In any case, at least
Sun2 compiles now.
2007-03-11 05:22:24 +00:00
..
compile
conf MI softintr(9)'fy. Tested by bouyer@. 2007-03-08 16:37:43 +00:00
dev MI softintr(9)'fy. Tested by bouyer@. 2007-03-08 16:37:43 +00:00
include - Shrink ipl_cookie_t from 32-bits to 16-bits (large enough to hold 2007-03-11 05:22:24 +00:00
next68k MI softintr(9)'fy. Tested by bouyer@. 2007-03-08 16:37:43 +00:00
stand Follow Izumi Tsutsui's advice, and use uint8_t* rather than char*. 2007-03-05 18:06:09 +00:00
Makefile