summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2010-11-03 13:42:59 +0000
committerjhb <jhb@FreeBSD.org>2010-11-03 13:42:59 +0000
commit54aa1adf6cb449f4e79a7a602aaabc668b524e65 (patch)
tree52a5f44b7dead5fe38d6b6daf0342416362ed420 /ObsoleteFiles.inc
parent6fc60597cca6769a57af476f5281732e19b0819d (diff)
downloadFreeBSD-src-54aa1adf6cb449f4e79a7a602aaabc668b524e65.zip
FreeBSD-src-54aa1adf6cb449f4e79a7a602aaabc668b524e65.tar.gz
Delete machine/foo.h headers moved to x86/. I forgot to commit this
earlier.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index ba0f33f..8ddfc5e 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -14,6 +14,11 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20101101: headers moved to machine/ to x86/
+.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
+OLD_FILES+=usr/include/machine/apicreg.h
+OLD_FILES+=usr/include/machine/mca.h
+.endif
# 20101020: catch up with vm_page_sleep_if_busy rename
OLD_FILES+=usr/share/man/man9/vm_page_sleep_busy.9.gz
# 20101011: removed subblock.h from liblzma
OpenPOWER on IntegriCloud