summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-06-18 23:48:12 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-06-18 23:48:12 +0000
commitc77146c8d8f38229894ccb556dc66debb63d1cd9 (patch)
tree0ee85845a0c7c463599b238db589460a02475446 /sys/arch/sparc
parent8040ac3a4ae22c61ae086b3ae636515d770814f3 (diff)
Remove IOMMU pte defines; only those in iommureg.h are used.
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r--sys/arch/sparc/include/pte.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/arch/sparc/include/pte.h b/sys/arch/sparc/include/pte.h
index 112da7a5e47..0be131b3a24 100644
--- a/sys/arch/sparc/include/pte.h
+++ b/sys/arch/sparc/include/pte.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pte.h,v 1.6 2007/05/29 09:54:21 sobrado Exp $ */
+/* $OpenBSD: pte.h,v 1.7 2010/06/18 23:48:11 miod Exp $ */
/* $NetBSD: pte.h,v 1.19 1997/08/05 11:00:10 pk Exp $ */
/*
@@ -380,12 +380,3 @@ struct srmmu_pte {
#define SRMMU_L1SIZE 0x100
#define SRMMU_L2SIZE 0x40
#define SRMMU_L3SIZE 0x40
-
-/*
- * IOMMU PTE bits.
- */
-#define IOPTE_PPN_MASK 0x07ffff00
-#define IOPTE_PPN_SHIFT 8
-#define IOPTE_RSVD 0x000000f1
-#define IOPTE_WRITE 0x00000004
-#define IOPTE_VALID 0x00000002