summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips/mpboot.S
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2012-03-06 23:08:02 +0000
committerjmallett <jmallett@FreeBSD.org>2012-03-06 23:08:02 +0000
commit50adfd4abe1a7d942285773c39657523de62e278 (patch)
treeb67d5d3ff35e62af6f4faf4d7b4295ddd6de7547 /sys/mips/mips/mpboot.S
parentb1fbb40a93a6965db74bad2d0e41c6213a2449c5 (diff)
downloadFreeBSD-src-50adfd4abe1a7d942285773c39657523de62e278.zip
FreeBSD-src-50adfd4abe1a7d942285773c39657523de62e278.tar.gz
Get rid of duplicated versions of the KSU bits.
Diffstat (limited to 'sys/mips/mips/mpboot.S')
-rw-r--r--sys/mips/mips/mpboot.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/mips/mpboot.S b/sys/mips/mips/mpboot.S
index 0c34fe2..7b73c3f 100644
--- a/sys/mips/mips/mpboot.S
+++ b/sys/mips/mips/mpboot.S
@@ -42,7 +42,7 @@
mfc0 a0, MIPS_COP_0_STATUS ;\
li a2, (MIPS_SR_KX | MIPS_SR_SX | MIPS_SR_UX) ; \
or a0, a0, a2 ; \
- li a2, ~(MIPS_SR_INT_IE | MIPS_SR_EXL | SR_KSU_USER | MIPS_SR_BEV) ; \
+ li a2, ~(MIPS_SR_INT_IE | MIPS_SR_EXL | MIPS_SR_KSU_USER | MIPS_SR_BEV) ; \
and a0, a0, a2 ; \
mtc0 a0, MIPS_COP_0_STATUS
#elif defined(__mips_n64)
OpenPOWER on IntegriCloud