summaryrefslogtreecommitdiffstats
path: root/sys/arm/mv/common.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2009-06-12 20:00:38 +0000
committermarcel <marcel@FreeBSD.org>2009-06-12 20:00:38 +0000
commit2c1e7a89eae4f58862129a701127695268883a73 (patch)
treef34a9c720caec0855672eafe430c954b835cf452 /sys/arm/mv/common.c
parent677ded171bcf64ee48d23379f01254300f69bb53 (diff)
downloadFreeBSD-src-2c1e7a89eae4f58862129a701127695268883a73.zip
FreeBSD-src-2c1e7a89eae4f58862129a701127695268883a73.tar.gz
Move the memory layout definitions and logic from mvreg.h to mvwin.h
so that it isn't exposured unless needed. In particular this means that it's easier to tune the memory layout based on board details. While here, remove inclusion of <machine/intr.h> from mvreg.h. This also contains exposure to SoC specifics in MI drivers, because NIRQ depends on the SoC.
Diffstat (limited to 'sys/arm/mv/common.c')
-rw-r--r--sys/arm/mv/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/mv/common.c b/sys/arm/mv/common.c
index 53ad91e..b2d13dd 100644
--- a/sys/arm/mv/common.c
+++ b/sys/arm/mv/common.c
@@ -39,6 +39,7 @@ __FBSDID("$FreeBSD$");
#include <arm/mv/mvreg.h>
#include <arm/mv/mvvar.h>
+#include <arm/mv/mvwin.h>
static int win_eth_can_remap(int i);
OpenPOWER on IntegriCloud