NetBSD/sys/arch/sun2
tsutsui c3b129605a Use generic atomic_cas_uint() for mutex(9) and rwlock(9), and
remodel old RAS based _lock_cas() implementation for m68010
into genereic atomic_cas_32().
Now sun2 kernel compiles and even works on multiuser. (hehe)

Tested on tme (emulationg 2/120 and 3/150) and (real) 3/80.
2008-04-05 22:47:52 +00:00
..
compile
conf Always specify COPTS="-Os" and disable several options and devices 2008-04-05 22:16:04 +00:00
dev Split softc and device_t for zsc(4) and its children. 2008-03-29 19:15:34 +00:00
include Include sys/simplelock.h for the sake of pm_lock. 2008-01-22 15:25:39 +00:00
sun2 Use generic atomic_cas_uint() for mutex(9) and rwlock(9), and 2008-04-05 22:47:52 +00:00
Makefile