lkml.org 
[lkml]   [2003]   [Sep]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectACPI without PCI doesn't compile in 2.6.0-test5-bk3
Hello!

I'm trying to compile Linux 2.6.0-test5-bk3 for my 486 laptop. The config
file is here:
http://www.red-bean.com/~proski/i486/dotconfig

I'm getting this error:

drivers/built-in.o(.init.text+0x913): In function `acpi_bus_init':
: undefined reference to `eisa_set_level_irq'
make: *** [.tmp_vmlinux1] Error 1

Close examination shows that acpi_bus_init() from drivers/acpi/bus.c calls
eisa_set_level_irq() if CONFIG_X86 is defined. On the other hand,
eisa_set_level_irq() is defined in arch/i386/pci/irq.c and requires
CONFIG_PCI is addition to CONFIG_X86.

It's trivial to remove eisa_set_level_irq() call is CONFIG_PCI is not
defined, but I don't know if it's right. I actually don't have APCI on
that laptop (I enabled it by mistake), so I cannot test if it works.

--
Regards,
Pavel Roskin
-
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 13:48    [W:0.031 / U:0.800 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site