summaryrefslogtreecommitdiffstats
path: root/sys/mips/mips/mpboot.S
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/mpboot.S
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/mpboot.S')
-rw-r--r--sys/mips/mips/mpboot.S3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/mips/mips/mpboot.S b/sys/mips/mips/mpboot.S
index 631099c..89a1dd3 100644
--- a/sys/mips/mips/mpboot.S
+++ b/sys/mips/mips/mpboot.S
@@ -76,9 +76,10 @@ GLOBAL(mpentry)
PTR_LA gp, _C_LABEL(_gp)
+#ifndef TARGET_XLR_XLS
jal platform_init_ap
move a0, s0
-
+#endif
jal smp_init_secondary
move a0, s0
OpenPOWER on IntegriCloud