lkml.org 
[lkml]   [2004]   [Oct]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: 2.6.9-rc3-mm1 build failure
On Sat, Oct 02, 2004 at 12:50:38PM +0200, Adrian Bunk wrote:
> On Sat, Oct 02, 2004 at 02:29:21AM -0700, Andrew Morton wrote:
> > Norbert Preining <preining@logic.at> wrote:
> > >
> > > ..
> > > LD .tmp_vmlinux1
> > > arch/i386/kernel/built-in.o(.text+0x111f5): In function `end_level_ioapic_irq':
> > > : undefined reference to `irq_mis_count'
> > > kernel/built-in.o(.text+0x1eba7): In function `ack_none':
> > > : undefined reference to `ack_APIC_irq'
> > > make[1]: *** [.tmp_vmlinux1] Fehler 1
> > > make[1]: Leaving directory `/usr/src/linux-2.6.9-rc3-mm1'
> >
> > hm, that's clever.
> >
> > See if arch/i386/kernel/io_apic.c needs
>
> s/io_apic.c/irq.c/ and it should solve Norberts problem.
>
> > #include <asm/io_apic.h>
> >...
>

Sorry, forgot to cc LKML. The following patch works for me.


--- linux-2.6.9-rc3-mm1/arch/i386/kernel/irq.c.orig 2004-10-02 12:52:57.833294096 +0200
+++ linux-2.6.9-rc3-mm1/arch/i386/kernel/irq.c 2004-10-02 12:53:14.935694136 +0200
@@ -17,6 +17,7 @@

#include <asm/uaccess.h>
#include <asm/hardirq.h>
+#include <asm/io_apic.h>

#ifdef CONFIG_4KSTACKS
/*

--

Tim Cambrant
cambrant@acc.umu.se
http://www.acc.umu.se/~cambrant/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:06    [W:0.073 / U:0.180 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site