cpudep_ap_early_bootstrap() takes no arguments, so no need to give it one.
MFC after: 3 weeks
This commit is contained in:
parent
579a4f031e
commit
eaed5fd136
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user