All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@engr.sgi.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [patch 2.6.7] Rename local move_irq to sn_move_irq
Date: Wed, 30 Jun 2004 16:28:50 +0000	[thread overview]
Message-ID: <200406300928.50399.jbarnes@engr.sgi.com> (raw)
In-Reply-To: <4655.1088566495@kao2.melbourne.sgi.com>

This code should actually be using the version in irq.c.  I think Pat said 
he'd come up with a patch to do that.

Jesse

On Tuesday, June 29, 2004 8:34 pm, Keith Owens wrote:
> Rename SN local function move_irq to sn_move_irq to remove conflict
> with global move_irq.  Needed since ashok.raj moved move_irq() from
> iosapic.c to irq.c.
>
> Signed-off-by: Keith Owens <kaos@sgi.com>
>
> Index: linux/arch/ia64/sn/kernel/irq.c
> =================================> --- linux.orig/arch/ia64/sn/kernel/irq.c	Wed Jun 30 13:25:04 2004
> +++ linux/arch/ia64/sn/kernel/irq.c	Wed Jun 30 13:31:06 2004
> @@ -72,7 +72,7 @@ sn_enable_irq(unsigned int irq)
>  {
>  }
>
> -static inline void move_irq(int irq)
> +static inline void sn_move_irq(int irq)
>  {
>  	/* note - we hold desc->lock */
>  	cpumask_t tmp;
> @@ -110,7 +110,7 @@ sn_ack_irq(unsigned int irq)
>  	}
>  	HUB_S((unsigned long *)GLOBAL_MMR_ADDR(nasid, SH_EVENT_OCCURRED_ALIAS),
> mask ); __set_bit(irq, (volatile void *)pda->sn_in_service_ivecs);
> -	move_irq(irq);
> +	sn_move_irq(irq);
>  }
>
>  static void
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2004-06-30 16:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-30  3:34 [patch 2.6.7] Rename local move_irq to sn_move_irq Keith Owens
2004-06-30 16:28 ` Jesse Barnes [this message]

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=200406300928.50399.jbarnes@engr.sgi.com \
    --to=jbarnes@engr.sgi.com \
    --cc=linux-ia64@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.