summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/pmap.h
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-09-23 00:05:20 +0000
committermarcel <marcel@FreeBSD.org>2004-09-23 00:05:20 +0000
commitb9f196b2c46698e391410e2bf587cb7714cee9b5 (patch)
tree315bcf552fabb4cb03010e0c6838075df882b785 /sys/ia64/include/pmap.h
parent1bfbb82ba23d738bc5467974f0af3b3bf0aef70f (diff)
downloadFreeBSD-src-b9f196b2c46698e391410e2bf587cb7714cee9b5.zip
FreeBSD-src-b9f196b2c46698e391410e2bf587cb7714cee9b5.tar.gz
Redefine a PTE as a 64-bit integral type instead of a struct of
bit-fields. Unify the PTE defines accordingly and update all uses.
Diffstat (limited to 'sys/ia64/include/pmap.h')
-rw-r--r--sys/ia64/include/pmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ia64/include/pmap.h b/sys/ia64/include/pmap.h
index dbb0b2c..d117cf1 100644
--- a/sys/ia64/include/pmap.h
+++ b/sys/ia64/include/pmap.h
@@ -48,6 +48,7 @@
#include <sys/queue.h>
#include <sys/_lock.h>
#include <sys/_mutex.h>
+#include <machine/atomic.h>
#include <machine/pte.h>
#ifdef _KERNEL
OpenPOWER on IntegriCloud