summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips/mpboot.S
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2010-08-07 01:49:44 +0000
committerneel <neel@FreeBSD.org>2010-08-07 01:49:44 +0000
commite5604e6bc0cf9bc76d8c939e0b7810b7d250fe44 (patch)
tree9be2d37bce46234d6b0b8ca3532fc6e5935e949a /sys/mips/mips/mpboot.S
parentfb4dcd8fd53b106fdfa091d22a5c711126934e5f (diff)
downloadFreeBSD-src-e5604e6bc0cf9bc76d8c939e0b7810b7d250fe44.zip
FreeBSD-src-e5604e6bc0cf9bc76d8c939e0b7810b7d250fe44.tar.gz
- Consolidate the the cache coherence attribute definitions in a single place.
Adapted from Juli's changes to pte.h in the octeon branch: http://svn.freebsd.org/viewvc/base/user/jmallett/octeon/sys/mips/include/pte.h - Set the KX and UX bits in the status register for n64 kernels. Reviewed by: jmallett
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 b26dea0..36fb2d3 100644
--- a/sys/mips/mips/mpboot.S
+++ b/sys/mips/mips/mpboot.S
@@ -54,7 +54,7 @@ GLOBAL(mpentry)
mtc0 zero, MIPS_COP_0_CAUSE /* clear soft interrupts */
- li t0, MIPS_CCA_CNC /* make sure kseg0 is cached */
+ li t0, MIPS_CCA_CACHED /* make sure kseg0 is cached */
mtc0 t0, MIPS_COP_0_CONFIG
COP0_SYNC
OpenPOWER on IntegriCloud