aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2010-04-10 11:13:51 +0000
committerMarius Strobl <marius@FreeBSD.org>2010-04-10 11:13:51 +0000
commit5679850859ab462dfb1c879d2f2bc8ee09ec47c6 (patch)
tree872d58be32a030ec636a05d47626634576eadc04 /sys
parent368dedb6b64c0c15048ec34fb0267da40de82e7b (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/sparc64/include/dcr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sparc64/include/dcr.h b/sys/sparc64/include/dcr.h
index b1f993a06095..42159adc9c13 100644
--- a/sys/sparc64/include/dcr.h
+++ b/sys/sparc64/include/dcr.h
@@ -43,8 +43,8 @@
#define DCR_OBSDATA_CT_MASK \
(((1UL << DCR_OBSDATA_CT_BITS) - 1) << DCR_OBSDATA_SHIFT)
-/* The following bits are valid for the UltraSPARC-III+/IV+ only. */
-#define DCR_IPE (1UL << 5)
+/* The following bits are valid for the UltraSPARC-III++/IV+ only. */
+#define DCR_IPE (1UL << 2)
#define DCR_OBSDATA_CTP_BITS 6
#define DCR_OBSDATA_CTP_MASK \