summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-01-09 06:05:57 +0000
committerimp <imp@FreeBSD.org>2006-01-09 06:05:57 +0000
commitc2b2965b6a50e898bcf71ca5c930dbc79366049d (patch)
treee1640603973907a95b8ef50e126beeb41f144f64 /sys/pc98
parent3347c71afaba4bc9b49663a60566632f946652e4 (diff)
downloadFreeBSD-src-c2b2965b6a50e898bcf71ca5c930dbc79366049d.zip
FreeBSD-src-c2b2965b6a50e898bcf71ca5c930dbc79366049d.tar.gz
By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT into
param.h. Per request, I've placed these just after the _NO_NAMESPACE_POLLUTION ifndef. I've not renamed anything yet, but may since we don't need the __. Submitted by: bde, jhb, scottl, many others.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/include/_types.h2
-rw-r--r--sys/pc98/include/param.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/include/_types.h b/sys/pc98/include/_types.h
index b5ff4b1..63da67a 100644
--- a/sys/pc98/include/_types.h
+++ b/sys/pc98/include/_types.h
@@ -4,5 +4,3 @@
/* $FreeBSD$ */
#include <i386/_types.h>
-
-#undef __HAVE_ACPI
diff --git a/sys/pc98/include/param.h b/sys/pc98/include/param.h
index 51803b2..2e44cf2 100644
--- a/sys/pc98/include/param.h
+++ b/sys/pc98/include/param.h
@@ -29,3 +29,5 @@
#define MACHINE "pc98"
#include <i386/param.h>
+
+#undef __HAVE_ACPI
OpenPOWER on IntegriCloud