[prev in list] [next in list] [prev in thread] [next in thread] 

List:       linux-ia64
Subject:    [PATCH] sn/kernel/irq.o link failure in 2.6.10
From:       dann frazier <dannf () hp ! com>
Date:       2005-01-08 2:39:49
Message-ID: 20050108023949.GA7366 () jale
[Download RAW message or body]

This patch defines a no-op set_irq_affinity_info() when CONFIG_SMP is not set,
fixing a linking error in sn_set_affinity_irq().

Signed-off-by: dann frazier <dannf@hp.com>

--- linux-2.6.10.orig/arch/ia64/kernel/irq.c	2004-12-24 14:35:27.000000000 -0700
+++ linux-2.6.10/arch/ia64/kernel/irq.c	2005-01-07 18:56:16.819383593 -0700
@@ -1040,6 +1040,11 @@
 	}
 }
 
+#else /* !CONFIG_SMP */
+
+void set_irq_affinity_info (unsigned int irq, int hwid, int redir)
+{
+}
 
 #endif /* CONFIG_SMP */
 
-
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
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic