diff options
author | jhibbits <jhibbits@FreeBSD.org> | 2014-11-20 06:32:47 +0000 |
---|---|---|
committer | jhibbits <jhibbits@FreeBSD.org> | 2014-11-20 06:32:47 +0000 |
commit | b86c0e362dd9c55247fd97743c4482ebd96e42eb (patch) | |
tree | 07254ebf2e45f815c2c29c18bdf56e7c982c5b39 | |
parent | a8d9ef122527c7576ec054ddda05cd03e1cd85f7 (diff) | |
download | FreeBSD-src-b86c0e362dd9c55247fd97743c4482ebd96e42eb.zip FreeBSD-src-b86c0e362dd9c55247fd97743c4482ebd96e42eb.tar.gz |
cpudep_ap_early_bootstrap() takes no arguments, so no need to give it one.
MFC after: 3 weeks
-rw-r--r-- | sys/powerpc/aim/trap_subr32.S | 1 | ||||
-rw-r--r-- | sys/powerpc/aim/trap_subr64.S | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/powerpc/aim/trap_subr32.S b/sys/powerpc/aim/trap_subr32.S index 0d11ac8..56ca715 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 688912e..bedf1f1 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 |