summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips/machdep.c
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2010-05-16 19:43:48 +0000
committerrrs <rrs@FreeBSD.org>2010-05-16 19:43:48 +0000
commit8ea4ab29a0e5c107b9aa81880eb890891c9eddcc (patch)
treef9290edd49051e8d01267722df09887131e2820c /sys/mips/mips/machdep.c
parent862dd3e32604da80d67e56a2e31e84c205bf88d3 (diff)
downloadFreeBSD-src-8ea4ab29a0e5c107b9aa81880eb890891c9eddcc.zip
FreeBSD-src-8ea4ab29a0e5c107b9aa81880eb890891c9eddcc.tar.gz
This pushes all of JC's patches that I have in place. I
am now able to run 32 cores ok.. but I still will hang on buildworld with a NFS problem. I suspect I am missing a patch for the netlogic rge driver. JC check and see if I am missing anything except your core-mask changes Obtained from: JC
Diffstat (limited to 'sys/mips/mips/machdep.c')
-rw-r--r--sys/mips/mips/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/mips/machdep.c b/sys/mips/mips/machdep.c
index a9c484c..59a7656 100644
--- a/sys/mips/mips/machdep.c
+++ b/sys/mips/mips/machdep.c
@@ -346,7 +346,7 @@ mips_vector_init(void)
bcopy(MipsTLBMiss, (void *)TLB_MISS_EXC_VEC,
MipsTLBMissEnd - MipsTLBMiss);
-#ifdef TARGET_OCTEON
+#if defined(TARGET_OCTEON) || defined(TARGET_XLR_XLS)
/* Fake, but sufficient, for the 32-bit with 64-bit hardware addresses */
bcopy(MipsTLBMiss, (void *)XTLB_MISS_EXC_VEC,
MipsTLBMissEnd - MipsTLBMiss);
OpenPOWER on IntegriCloud