public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 2.6.7] Rename local move_irq to sn_move_irq
@ 2004-06-30  3:34 Keith Owens
  2004-06-30 16:28 ` Jesse Barnes
  0 siblings, 1 reply; 2+ messages in thread
From: Keith Owens @ 2004-06-30  3:34 UTC (permalink / raw)
  To: linux-ia64

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch 2.6.7] Rename local move_irq to sn_move_irq
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Jesse Barnes @ 2004-06-30 16:28 UTC (permalink / raw)
  To: linux-ia64

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-30 16:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox