From: Will Schmidt <will_schmidt@vnet.ibm.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: ppc-dev <linuxppc-dev@ozlabs.org>, paulus@samba.org
Subject: Re: [PATCH] [POWERPC] iSeries: fix section mismatch warnings
Date: Wed, 25 Jul 2007 11:55:31 -0500 [thread overview]
Message-ID: <1185382531.22237.46.camel@farscape.rchland.ibm.com> (raw)
In-Reply-To: <20070725092735.0a5a1c52.sfr@canb.auug.org.au>
> diff --git a/arch/powerpc/kernel/head_64.S b/arch/powerpc/kernel/head_64.S
> index 8cdd48e..1448af9 100644
> --- a/arch/powerpc/kernel/head_64.S
> +++ b/arch/powerpc/kernel/head_64.S
> @@ -809,8 +809,9 @@ system_reset_iSeries:
> mtmsrd r24 /* RI on */
> lhz r24,PACAPACAINDEX(r13) /* Get processor # */
> cmpwi 0,r24,0 /* Are we processor 0? */
> - beq .__start_initialization_iSeries /* Start up the first processor */
> - mfspr r4,SPRN_CTRLF
> + bne 1f
> + b .__start_initialization_iSeries /* Start up the first processor */
> +1: mfspr r4,SPRN_CTRLF
> li r5,CTRL_RUNLATCH /* Turn off the run light */
> andc r4,r4,r5
> mtspr SPRN_CTRLT,r4
This part isnt clicking for me..
How does changing a "beq" to a "bne" over a "b" fit into changing
__start_initialization_iSeries static?
-Will
next prev parent reply other threads:[~2007-07-25 16:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-24 23:27 [PATCH] [POWERPC] iSeries: fix section mismatch warnings Stephen Rothwell
2007-07-25 16:55 ` Will Schmidt [this message]
2007-07-26 1:56 ` Stephen Rothwell
2007-07-26 19:39 ` Will Schmidt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1185382531.22237.46.camel@farscape.rchland.ibm.com \
--to=will_schmidt@vnet.ibm.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.org \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).