aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-01-09 06:05:57 +0000
committerWarner Losh <imp@FreeBSD.org>2006-01-09 06:05:57 +0000
commitd5e61c97a6ce2da15c718ed6744d133792b40689 (patch)
treee1640603973907a95b8ef50e126beeb41f144f64 /sys/arm
parent7659fda352d971ab3f5c422469414d97a7332fef (diff)
downloadsrc-d5e61c97a6ce2da15c718ed6744d133792b40689.tar.gz
src-d5e61c97a6ce2da15c718ed6744d133792b40689.zip
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.
Notes
Notes: svn path=/head/; revision=154128
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/include/_types.h2
-rw-r--r--sys/arm/include/param.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/include/_types.h b/sys/arm/include/_types.h
index 8775b9622a5d..c700f523caf1 100644
--- a/sys/arm/include/_types.h
+++ b/sys/arm/include/_types.h
@@ -43,8 +43,6 @@
#error this file needs sys/cdefs.h as a prerequisite
#endif
-#define __PCI_REROUTE_INTERRUPT
-
/*
* Basic types upon which most other types are built.
*/
diff --git a/sys/arm/include/param.h b/sys/arm/include/param.h
index 65c4f4aae6f6..4c59eee53c6d 100644
--- a/sys/arm/include/param.h
+++ b/sys/arm/include/param.h
@@ -59,6 +59,8 @@
#ifndef _NO_NAMESPACE_POLLUTION
+#define __PCI_REROUTE_INTERRUPT
+
#ifndef _MACHINE_PARAM_H_
#define _MACHINE_PARAM_H_