summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.ia64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-08-16 18:54:23 +0000
committermarcel <marcel@FreeBSD.org>2004-08-16 18:54:23 +0000
commit4edad1187dfab1144a6cadc435579f23305d646e (patch)
tree4fd982134fedf226e85271f323fcfdea663219c5 /sys/conf/options.ia64
parent5b5d2c54bc844d6f80b41f02bf70a9f3a49e54ee (diff)
downloadFreeBSD-src-4edad1187dfab1144a6cadc435579f23305d646e.zip
FreeBSD-src-4edad1187dfab1144a6cadc435579f23305d646e.tar.gz
Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It must
have been rush hour... While here, move COMPAT_IA32 from opt_global.h to opt_compat.h like on amd64. Consequently, it's unsafe to use the option in pcb.h. We now unconditionally have the ia32 specific registers in the PCB. This commit is untested.
Diffstat (limited to 'sys/conf/options.ia64')
-rw-r--r--sys/conf/options.ia644
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/options.ia64 b/sys/conf/options.ia64
index a753b0c..8f4b2ac 100644
--- a/sys/conf/options.ia64
+++ b/sys/conf/options.ia64
@@ -4,13 +4,13 @@
ITANIUM opt_global.h
ITANIUM2 opt_global.h
-IA32 opt_global.h
-
LOG2_ID_PAGE_SIZE opt_global.h
LOG2_PAGE_SIZE opt_global.h
UWX_TRACE_ENABLE opt_global.h
+COMPAT_IA32 opt_compat.h
+
PPC_PROBE_CHIPSET opt_ppc.h
PPC_DEBUG opt_ppc.h
OpenPOWER on IntegriCloud