public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Patch] Altix patch 012-huberror for 2.6.10
@ 2004-10-19 20:23 Pat Gefre
  2004-10-19 20:52 ` Luck, Tony
  2004-10-19 23:05 ` Jesse Barnes
  0 siblings, 2 replies; 3+ messages in thread
From: Pat Gefre @ 2004-10-19 20:23 UTC (permalink / raw)
  To: linux-ia64

Tony,

It looks like 2.6.10 is beginning. Do you still want us to spool our
mods to the oss site or just send them as we normally would ?


This is 012-huberror on the oss site.


Signed-off-by: Patrick Gefre <pfg@sgi.com>

#
# Fixes calling arg1 for bte_crb_error_handler()
#
#
Index: linux/arch/ia64/sn/kernel/huberror.c
=================================--- linux.orig/arch/ia64/sn/kernel/huberror.c	2004-10-15 13:24:59.000000000 -0500
+++ linux/arch/ia64/sn/kernel/huberror.c	2004-10-19 14:40:47.000000000 -0500
@@ -20,7 +20,7 @@
 #include <asm/sn/bte.h>
 
 void hubiio_crb_error_handler(struct hubdev_info *hubdev_info);
-extern void bte_crb_error_handler(struct hubdev_info *, int, int, ioerror_t *,
+extern void bte_crb_error_handler(cnodeid_t, int, int, ioerror_t *,
 				  int);
 static irqreturn_t hub_eint_handler(int irq, void *arg, struct pt_regs *ep)
 {
@@ -156,7 +156,7 @@
 
 			hubiio_crb_free(hubdev_info, i);
 
-			bte_crb_error_handler(hubdev_info, bte_num,
+			bte_crb_error_handler(nasid_to_cnodeid(nasid), bte_num,
 					      i, &ioerror, icrbd.d_bteop);
 			num_errors++;
 			continue;



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

end of thread, other threads:[~2004-10-19 23:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-19 20:23 [Patch] Altix patch 012-huberror for 2.6.10 Pat Gefre
2004-10-19 20:52 ` Luck, Tony
2004-10-19 23:05 ` Jesse Barnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox