summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2008-05-08 20:57:08 +0000
committermarius <marius@FreeBSD.org>2008-05-08 20:57:08 +0000
commit5f200e421a91a7811760bebbfdeda3653b2cef13 (patch)
treee3cd8ce6a632107290c9f8de1ca78da83543106f /sys/sparc64
parent8d07c2e0b42598a3b14b98f1535c606116d5672c (diff)
downloadFreeBSD-src-5f200e421a91a7811760bebbfdeda3653b2cef13.zip
FreeBSD-src-5f200e421a91a7811760bebbfdeda3653b2cef13.tar.gz
Use <machine/intr_machdep.h> directly instead of depending on header
pollution in the otherwise unused <sys/pcpu.h>.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/upa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/upa.c b/sys/sparc64/sparc64/upa.c
index 5d931e1..06ae244 100644
--- a/sys/sparc64/sparc64/upa.c
+++ b/sys/sparc64/sparc64/upa.c
@@ -32,7 +32,6 @@ __FBSDID("$FreeBSD$");
#include <sys/bus.h>
#include <sys/kernel.h>
#include <sys/module.h>
-#include <sys/pcpu.h>
#include <sys/resource.h>
#include <sys/rman.h>
@@ -42,6 +41,7 @@ __FBSDID("$FreeBSD$");
#include <machine/bus.h>
#include <machine/bus_common.h>
+#include <machine/intr_machdep.h>
#include <machine/resource.h>
#define UPA_NREG 3
OpenPOWER on IntegriCloud