aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2010-05-02 16:46:20 +0000
committerMarius Strobl <marius@FreeBSD.org>2010-05-02 16:46:20 +0000
commit9582607bb593b06e81e970e7b571d041f61399c8 (patch)
tree078e9dce33056c690438f51ee8df7673cf56a1fc
parent2cf37e65a3f774b98a00faabbee451afa4f8a4dd (diff)
Notes
-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 \