summaryrefslogtreecommitdiffstats
path: root/sys/ia64
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/ia64
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/ia64')
-rw-r--r--sys/ia64/include/_types.h3
-rw-r--r--sys/ia64/include/param.h3
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/ia64/include/_types.h b/sys/ia64/include/_types.h
index 5143ad4..8fc1be2 100644
--- a/sys/ia64/include/_types.h
+++ b/sys/ia64/include/_types.h
@@ -43,9 +43,6 @@
#error this file needs sys/cdefs.h as a prerequisite
#endif
-#define __HAVE_ACPI
-#define __PCI_REROUTE_INTERRUPT
-
/*
* Basic types upon which most other types are built.
*/
diff --git a/sys/ia64/include/param.h b/sys/ia64/include/param.h
index 233bc47..c71c6e5 100644
--- a/sys/ia64/include/param.h
+++ b/sys/ia64/include/param.h
@@ -65,6 +65,9 @@
#ifndef _NO_NAMESPACE_POLLUTION
+#define __HAVE_ACPI
+#define __PCI_REROUTE_INTERRUPT
+
#ifndef _MACHINE_PARAM_H_
#define _MACHINE_PARAM_H_
OpenPOWER on IntegriCloud