From: Jesse Barnes <jbarnes@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [PATCH] sn/kernel/irq.o link failure in 2.6.10
Date: Sat, 08 Jan 2005 17:59:46 +0000 [thread overview]
Message-ID: <200501080959.47222.jbarnes@sgi.com> (raw)
In-Reply-To: <20050108023949.GA7366@jale>
On Friday, January 07, 2005 6:39 pm, dann frazier wrote:
> 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 */
This one looks good, Dann. Thanks.
Jesse
prev parent reply other threads:[~2005-01-08 17:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-08 2:39 [PATCH] sn/kernel/irq.o link failure in 2.6.10 dann frazier
2005-01-08 17:59 ` 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=200501080959.47222.jbarnes@sgi.com \
--to=jbarnes@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.