svn commit: r274743 - head/sys/powerpc/aim

Justin Hibbits jhibbits at FreeBSD.org
Thu Nov 20 06:32:48 UTC 2014


Author: jhibbits
Date: Thu Nov 20 06:32:47 2014
New Revision: 274743
URL: https://svnweb.freebsd.org/changeset/base/274743

Log:
  cpudep_ap_early_bootstrap() takes no arguments, so no need to give it one.
  
  MFC after:	3 weeks

Modified:
  head/sys/powerpc/aim/trap_subr32.S
  head/sys/powerpc/aim/trap_subr64.S

Modified: head/sys/powerpc/aim/trap_subr32.S
==============================================================================
--- head/sys/powerpc/aim/trap_subr32.S	Thu Nov 20 06:14:40 2014	(r274742)
+++ head/sys/powerpc/aim/trap_subr32.S	Thu Nov 20 06:32:47 2014	(r274743)
@@ -313,7 +313,6 @@ cpu_reset:
 	mflr	%r1
 	addi	%r1,%r1,(124-16)@l
 
-	lis	%r3,1 at l
 	bla	CNAME(cpudep_ap_early_bootstrap)
 	lis	%r3,1 at l
 	bla	CNAME(pmap_cpu_bootstrap)

Modified: head/sys/powerpc/aim/trap_subr64.S
==============================================================================
--- head/sys/powerpc/aim/trap_subr64.S	Thu Nov 20 06:14:40 2014	(r274742)
+++ head/sys/powerpc/aim/trap_subr64.S	Thu Nov 20 06:32:47 2014	(r274743)
@@ -312,7 +312,6 @@ cpu_reset:
 
 	lis	%r3,tocbase at ha
 	ld	%r2,tocbase at l(%r3)
-	lis	%r3,1 at l
 	bl	CNAME(cpudep_ap_early_bootstrap) /* Set PCPU */
 	nop
 	lis	%r3,1 at l


More information about the svn-src-head mailing list