summaryrefslogtreecommitdiffstats
path: root/sys/dev/hatm
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-11-30 22:16:37 +0000
committereadler <eadler@FreeBSD.org>2013-11-30 22:16:37 +0000
commit5bcb8c5f4293579e5f8aba6f33f85246b7b70e5d (patch)
tree57adbe9c0b0d7197ccf0b89fd3bc54d08bce9fd5 /sys/dev/hatm
parent7a2a16a9022bf702fd18fcb48bde97b844727870 (diff)
downloadFreeBSD-src-5bcb8c5f4293579e5f8aba6f33f85246b7b70e5d.zip
FreeBSD-src-5bcb8c5f4293579e5f8aba6f33f85246b7b70e5d.tar.gz
Similar to the (1 << 31) case it is not defined to do (2 << 30).
Diffstat (limited to 'sys/dev/hatm')
-rw-r--r--sys/dev/hatm/if_hatmreg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hatm/if_hatmreg.h b/sys/dev/hatm/if_hatmreg.h
index 9085f07..dd72126 100644
--- a/sys/dev/hatm/if_hatmreg.h
+++ b/sys/dev/hatm/if_hatmreg.h
@@ -294,7 +294,7 @@
#define HE_REGO_CON_DAT 0x807F8
#define HE_REGO_CON_CTL 0x807FC
-#define HE_REGM_CON_MBOX (2 << 30)
+#define HE_REGM_CON_MBOX (2U << 30)
#define HE_REGM_CON_TCM (1 << 30)
#define HE_REGM_CON_RCM (0 << 30)
#define HE_REGM_CON_WE (1 << 29)
OpenPOWER on IntegriCloud