From: Andreas Schwab <schwab@suse.de>
To: Kumar Gala <galak@kernel.crashing.org>
Cc: linuxppc-dev@ozlabs.org, Linus Torvalds <torvalds@osdl.org>,
Paul Mackerras <paulus@samba.org>
Subject: Re: Please pull powerpc.git for_paulus branch (fwd)
Date: Mon, 28 May 2007 13:00:50 +0200 [thread overview]
Message-ID: <jesl9hgql9.fsf@sykes.suse.de> (raw)
In-Reply-To: <Pine.LNX.4.64.0705270856560.4113@gate.crashing.org> (Kumar Gala's message of "Sun\, 27 May 2007 08\:58\:20 -0500 \(CDT\)")
Kumar Gala <galak@kernel.crashing.org> writes:
> diff --git a/arch/ppc/kernel/entry.S b/arch/ppc/kernel/entry.S
> index ab64256..fba7ca1 100644
> --- a/arch/ppc/kernel/entry.S
> +++ b/arch/ppc/kernel/entry.S
> @@ -596,7 +596,11 @@ fast_exception_return:
> mr r12,r4 /* restart at exc_exit_restart */
> b 2b
>
> - .comm fee_restarts,4
> + .section .bss
> + .align 2
> +fee_restarts:
> + .space 4
> + .previous
This is equivalent to .lcomm.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
next prev parent reply other threads:[~2007-05-28 11:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-27 13:58 Please pull powerpc.git for_paulus branch (fwd) Kumar Gala
2007-05-28 1:32 ` Benjamin Herrenschmidt
2007-05-28 1:52 ` Paul Mackerras
2007-05-28 11:36 ` Segher Boessenkool
2007-05-28 11:00 ` Andreas Schwab [this message]
2007-05-28 11:34 ` Segher Boessenkool
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=jesl9hgql9.fsf@sykes.suse.de \
--to=schwab@suse.de \
--cc=galak@kernel.crashing.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=paulus@samba.org \
--cc=torvalds@osdl.org \
/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).