There's no need to redundantly redefine atomicity.h.

This commit is contained in:
Warner Losh 2008-12-31 07:39:23 +00:00
parent 703b345233
commit 599e167f48
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186641

View File

@ -75,7 +75,6 @@ MARCHDIR= i486
MARCHDIR= ${MACHINE_ARCH}
.endif
ATOMICITY_H= atomicity.h
.if exists(${SRCDIR}/config/cpu/${MARCHDIR}/atomicity.h)
ATOMICITY_H= ${SRCDIR}/config/cpu/${MARCHDIR}/atomicity.h
.else