public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Yaacov Akiba Slama <ya@slamail.org>
To: linux-kernel@vger.kernel.org, akpm@diego.com
Subject: Re: 2.5.59-mm1
Date: Fri, 17 Jan 2003 13:18:59 +0200	[thread overview]
Message-ID: <3E27E6A3.8060902@slamail.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

Hello,

There is a small bug in kirq.pach which gives a compilation error of an 
UP kernel.
The enclosed patch seems to be the fix.

Thanks,
Yaacov Akiba Slama

[-- Attachment #2: 2.5.59-mm1-kirq --]
[-- Type: text/plain, Size: 292 bytes --]

--- a/arch/i386/kernel/io_apic.c	2003-01-17 13:11:25.000000000 +0200
+++ b/arch/i386/kernel/io_apic.c	2003-01-17 13:11:04.000000000 +0200
@@ -589,6 +589,8 @@
 
 __initcall(balanced_irq_init);
 
+#else /* !SMP */
+static inline void move_irq(int irq) { }
 #endif /* defined(CONFIG_SMP) */
 
 

             reply	other threads:[~2003-01-17 11:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-17 11:18 Yaacov Akiba Slama [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-01-17  8:24 2.5.59-mm1 Andrew Morton
2003-01-17  8:30 ` 2.5.59-mm1 Andrew Morton
2003-01-17  8:46 ` 2.5.59-mm1 Anton Blanchard
2003-01-17  9:06   ` 2.5.59-mm1 Andrew Morton
2003-01-21 14:03 ` 2.5.59-mm1 Bill Davidsen
2003-01-21 17:27   ` 2.5.59-mm1 Andrew Morton

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=3E27E6A3.8060902@slamail.org \
    --to=ya@slamail.org \
    --cc=akpm@diego.com \
    --cc=linux-kernel@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