summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/pmap.h
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2004-04-21 22:59:33 +0000
committergrehan <grehan@FreeBSD.org>2004-04-21 22:59:33 +0000
commit4173466ca4ff2e1da50f5049e8e6318eb45b1d5f (patch)
tree0732f35794e8f60bae76e573875a4080352a5773 /sys/powerpc/include/pmap.h
parent893762b745e3a6f8a3d0c73d3ab3850b1f27d2fd (diff)
downloadFreeBSD-src-4173466ca4ff2e1da50f5049e8e6318eb45b1d5f.zip
FreeBSD-src-4173466ca4ff2e1da50f5049e8e6318eb45b1d5f.tar.gz
Include <machine/pte.h> since it has been removed from <machine/param.h>.
Diffstat (limited to 'sys/powerpc/include/pmap.h')
-rw-r--r--sys/powerpc/include/pmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/include/pmap.h b/sys/powerpc/include/pmap.h
index 4a80e18..d9013a9 100644
--- a/sys/powerpc/include/pmap.h
+++ b/sys/powerpc/include/pmap.h
@@ -36,6 +36,7 @@
#define _MACHINE_PMAP_H_
#include <machine/sr.h>
+#include <machine/pte.h>
#if !defined(NPMAPS)
#define NPMAPS 32768
OpenPOWER on IntegriCloud