summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/machdep.c
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2004-02-11 07:27:34 +0000
committergrehan <grehan@FreeBSD.org>2004-02-11 07:27:34 +0000
commitcf91052361590ecb2b4c952b3722b496516f4287 (patch)
treee4823e473382c2aa93ccc87ad7c5a76631560c39 /sys/powerpc/aim/machdep.c
parent2f334f4f85ed68c71028b7ae416fec6a71dd2f3c (diff)
downloadFreeBSD-src-cf91052361590ecb2b4c952b3722b496516f4287.zip
FreeBSD-src-cf91052361590ecb2b4c952b3722b496516f4287.tar.gz
Cleaned up param.h:
- culled long-dead #define's - segment register defs moved to sr.h - NPMAPS moved to pmap.h - KERNBASE moved to vmparam.h - removed include of <machine/cpu.h> and fixed src files that relied on this. Modifying segment register code no longer causes gcc rebuilds :-)
Diffstat (limited to 'sys/powerpc/aim/machdep.c')
-rw-r--r--sys/powerpc/aim/machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/aim/machdep.c b/sys/powerpc/aim/machdep.c
index e87851a..b19ce6e 100644
--- a/sys/powerpc/aim/machdep.c
+++ b/sys/powerpc/aim/machdep.c
@@ -100,6 +100,7 @@ __FBSDID("$FreeBSD$");
#include <sys/ptrace.h>
#include <machine/bat.h>
#include <machine/clock.h>
+#include <machine/cpu.h>
#include <machine/md_var.h>
#include <machine/metadata.h>
#include <machine/reg.h>
OpenPOWER on IntegriCloud