NetBSD/sys/arch/mvme68k
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 s/independant/independent/, from Zafer. 2006-11-24 22:04:21 +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
docs merge ktrace-lwp. 2005-12-11 12:16:03 +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
mvme68k Convert a local variable from void* to vaddr_t, which is neutral in the 2007-03-08 07:11:53 +00:00
stand Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
Makefile