From eaed5fd136b8279ca567e34690b8b4869fd38fa2 Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Thu, 20 Nov 2014 06:32:47 +0000 Subject: [PATCH] cpudep_ap_early_bootstrap() takes no arguments, so no need to give it one. MFC after: 3 weeks --- sys/powerpc/aim/trap_subr32.S | 1 - sys/powerpc/aim/trap_subr64.S | 1 - 2 files changed, 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