Add spinlock.

This commit is contained in:
John Birrell 1998-04-29 11:03:34 +00:00
parent 4a027d50c7
commit ccd1da1333
3 changed files with 12 additions and 9 deletions

View File

@ -1,5 +1,6 @@
# $Id$
# $Id: Makefile.inc,v 1.7 1997/05/03 03:57:21 jb Exp $
.PATH: ${.CURDIR}/sys
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}
SRCS+= __error.c _atomic_lock.S
SRCS+= __error.c

View File

@ -1,5 +1,6 @@
# $Id$
# $Id: Makefile.inc,v 1.7 1997/05/03 03:57:21 jb Exp $
.PATH: ${.CURDIR}/sys
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}
SRCS+= __error.c _atomic_lock.S
SRCS+= __error.c

View File

@ -1,5 +1,6 @@
# $Id$
# $Id: Makefile.inc,v 1.7 1997/05/03 03:57:21 jb Exp $
.PATH: ${.CURDIR}/sys
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}
SRCS+= __error.c _atomic_lock.S
SRCS+= __error.c