aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2014-11-20 06:32:47 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2014-11-20 06:32:47 +0000
commiteaed5fd136b8279ca567e34690b8b4869fd38fa2 (patch)
tree07254ebf2e45f815c2c29c18bdf56e7c982c5b39 /sys
parent579a4f031ea3a520b518768d1dfd0e19c16cd724 (diff)
downloadsrc-eaed5fd136b8279ca567e34690b8b4869fd38fa2.tar.gz
src-eaed5fd136b8279ca567e34690b8b4869fd38fa2.zip
cpudep_ap_early_bootstrap() takes no arguments, so no need to give it one.
MFC after: 3 weeks
Notes
Notes: svn path=/head/; revision=274743
Diffstat (limited to 'sys')
-rw-r--r--sys/powerpc/aim/trap_subr32.S1
-rw-r--r--sys/powerpc/aim/trap_subr64.S1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/powerpc/aim/trap_subr32.S b/sys/powerpc/aim/trap_subr32.S
index 0d11ac8cf907..56ca7155ddd0 100644
--- a/sys/powerpc/aim/trap_subr32.S
+++ b/sys/powerpc/aim/trap_subr32.S
@@ -313,7 +313,6 @@ cpu_reset:
mflr %r1
addi %r1,%r1,(124-16)@l
- lis %r3,1@l
bla CNAME(cpudep_ap_early_bootstrap)
lis %r3,1@l
bla CNAME(pmap_cpu_bootstrap)
diff --git a/sys/powerpc/aim/trap_subr64.S b/sys/powerpc/aim/trap_subr64.S
index 688912eb26b0..bedf1f1962c4 100644
--- a/sys/powerpc/aim/trap_subr64.S
+++ b/sys/powerpc/aim/trap_subr64.S
@@ -312,7 +312,6 @@ cpu_reset:
lis %r3,tocbase@ha
ld %r2,tocbase@l(%r3)
- lis %r3,1@l
bl CNAME(cpudep_ap_early_bootstrap) /* Set PCPU */
nop
lis %r3,1@l