summaryrefslogtreecommitdiffstats
path: root/sys/mips/nlm/xlp_machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/nlm/xlp_machdep.c')
-rw-r--r--sys/mips/nlm/xlp_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/nlm/xlp_machdep.c b/sys/mips/nlm/xlp_machdep.c
index f95592e..6a5dcb8 100644
--- a/sys/mips/nlm/xlp_machdep.c
+++ b/sys/mips/nlm/xlp_machdep.c
@@ -150,7 +150,7 @@ xlp_setup_mmu(void)
/* Enable no-read, no-exec, large-physical-address */
pagegrain = mips_rd_pagegrain();
- pagegrain |= (1 << 31) | /* RIE */
+ pagegrain |= (1U << 31) | /* RIE */
(1 << 30) | /* XIE */
(1 << 29); /* ELPA */
mips_wr_pagegrain(pagegrain);
OpenPOWER on IntegriCloud