Linux PARISC architecture development
 help / color / mirror / Atom feed
From: Helge Deller <deller@gmx.de>
To: Kyle McMartin <kyle@infradead.org>
Cc: linux-parisc@vger.kernel.org,
	John David Anglin <dave@hiauly1.hia.nrc.ca>,
	gmsoft@tuxicoman.be
Subject: Re: [PATCH] export length of os_hpmc vector
Date: Sat, 03 Jan 2009 10:24:33 +0100	[thread overview]
Message-ID: <495F2ED1.2000406@gmx.de> (raw)
In-Reply-To: <20090103013540.GG5181@bombadil.infradead.org>

Kyle McMartin wrote:
> diff --git a/arch/parisc/kernel/hpmc.S b/arch/parisc/kernel/hpmc.S
> index 2cbf13b..5595a2f 100644
> --- a/arch/parisc/kernel/hpmc.S
> +++ b/arch/parisc/kernel/hpmc.S
> @@ -80,6 +80,7 @@ END(hpmc_pim_data)
>  
>  	.import intr_save, code
>  ENTRY(os_hpmc)
> +.os_hpmc:

ENTRY(os_hpmc) already expands to
os_hpmc:

so you could

> +	.word .os_hpmc_end-.os_hpmc

change this to 
	.word .os_hpmc_end-os_hpmc
and drop the local label ".os_hpmc"

Helge

  reply	other threads:[~2009-01-03  9:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-03  1:35 [PATCH] export length of os_hpmc vector Kyle McMartin
2009-01-03  9:24 ` Helge Deller [this message]
2009-01-03 15:56   ` Kyle McMartin
2009-01-03 16:31     ` John David Anglin

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=495F2ED1.2000406@gmx.de \
    --to=deller@gmx.de \
    --cc=dave@hiauly1.hia.nrc.ca \
    --cc=gmsoft@tuxicoman.be \
    --cc=kyle@infradead.org \
    --cc=linux-parisc@vger.kernel.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