Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Nov 2014 06:32:47 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274743 - head/sys/powerpc/aim
Message-ID:  <201411200632.sAK6Wl5c082631@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@l
 	bla	CNAME(cpudep_ap_early_bootstrap)
 	lis	%r3,1@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@ha
 	ld	%r2,tocbase@l(%r3)
-	lis	%r3,1@l
 	bl	CNAME(cpudep_ap_early_bootstrap) /* Set PCPU */
 	nop
 	lis	%r3,1@l



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411200632.sAK6Wl5c082631>