Fix the fallout from over-zealous obsolete files removal. Use correct

atomicity.h file for arm and powerpc.
This commit is contained in:
Alexander Kabaev 2007-05-19 15:41:01 +00:00
parent a9459be7dc
commit 1b156a4077
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169767

View File

@ -79,7 +79,7 @@ ATOMICITY_H= atomicity.h
.if exists(${SRCDIR}/config/cpu/${MARCHDIR}/atomicity.h)
ATOMICITY_H= ${SRCDIR}/config/cpu/${MARCHDIR}/atomicity.h
.else
ATOMICITY_H= ${SRCDIR}/config/cpu/generic/atomicity.h
ATOMICITY_H= ${SRCDIR}/config/cpu/generic/atomicity_mutex/atomicity.h
.endif
.if ${MACHINE_ARCH} == "amd64"