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

atomicity.h file for arm and powerpc.
This commit is contained in:
kan 2007-05-19 15:41:01 +00:00
parent 49781d1c9e
commit 087655728e

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"