Messages in this thread |  | | | Date | Sat, 26 Jun 2004 00:03:34 +0200 | | From | Adrian Bunk <> | | Subject | Re: [2.6 patch] fix arch/i386/pci/Makefile |
| |
On Fri, Jun 25, 2004 at 07:01:15PM +0100, Matthew Wilcox wrote: > On Fri, Jun 25, 2004 at 02:15:14AM +0200, Adrian Bunk wrote: > > This problem occurs with > > CONFIG_ACPI_PCI=y && (CONFIG_X86_VISWS=y || CONFIG_X86_NUMAQ=y) > > That combination certainly doesn't make sense. No VisWS or NUMAQ systems > have ACPI. How did you manage to turn this on given: > > menu "ACPI (Advanced Configuration and Power Interface) Support" > depends on !X86_VISWS > depends on !IA64_HP_SIM > depends on IA64 || X86 > > If you apply the following patch, does it help? > > --- drivers/acpi/Kconfig 30 Mar 2004 12:42:25 -0000 1.11 > +++ drivers/acpi/Kconfig 25 Jun 2004 18:00:29 -0000 > @@ -3,7 +3,7 @@ > # > > menu "ACPI (Advanced Configuration and Power Interface) Support" > - depends on !X86_VISWS > + depends on !X86_VISWS && !X86_NUMAQ > depends on !IA64_HP_SIM > depends on IA64 || X86
Yes thanks, this fixes it.
cu Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed
- 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/
|  |