f51470a514
contains the values __SIMPLELOCK_LOCKED and __SIMPLELOCK_UNLOCKED, which replace the old SIMPLELOCK_LOCKED and SIMPLELOCK_UNLOCKED. These files are also required to supply inline functions __cpu_simple_lock(), __cpu_simple_lock_try(), and __cpu_simple_unlock() if locking is to be supported on that platform (i.e. if MULTIPROCESSOR is defined in the _KERNEL case). Change these functions to take an int * (&alp->lock_data) rather than the struct simplelock * itself. These changes make it possible for userland to use the locking primitives by including <machine/lock.h>.
16 lines
692 B
Makefile
16 lines
692 B
Makefile
# $NetBSD: Makefile,v 1.9 2000/04/29 03:31:55 thorpej Exp $
|
|
|
|
KDIR= /sys/arch/sun3/include
|
|
INCSDIR= /usr/include/sun3
|
|
|
|
INCS= ansi.h aout_machdep.h asm.h autoconf.h bswap.h cdefs.h cg2reg.h cpu.h \
|
|
db_machdep.h disklabel.h dvma.h dvma3.h dvma3x.h eeprom.h \
|
|
elf_machdep.h endian.h endian_machdep.h fbio.h float.h frame.h \
|
|
idprom.h ieee.h ieeefp.h kbd.h kbio.h kcore.h leds.h limits.h lock.h \
|
|
math.h mc68851.h mon.h param.h param3.h param3x.h pcb.h pmap.h \
|
|
pmap3.h pmap3x.h proc.h profile.h psl.h pte.h pte3.h pte3x.h ptrace.h \
|
|
reg.h setjmp.h signal.h stdarg.h svr4_machdep.h trap.h types.h \
|
|
varargs.h vmparam.h vmparam3.h vmparam3x.h vuid_event.h z8530var.h
|
|
|
|
.include <bsd.kinc.mk>
|