From: dann frazier <dannf@hp.com>
To: linux-ia64@vger.kernel.org
Subject: [PATCH] sn/kernel/irq.o link failure in 2.6.10
Date: Sat, 08 Jan 2005 02:39:49 +0000 [thread overview]
Message-ID: <20050108023949.GA7366@jale> (raw)
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 */
next reply other threads:[~2005-01-08 2:39 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-08 2:39 dann frazier [this message]
2005-01-08 17:59 ` [PATCH] sn/kernel/irq.o link failure in 2.6.10 Jesse Barnes
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=20050108023949.GA7366@jale \
--to=dannf@hp.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox