Bug 3842
Summary: | Unable to compile uniprocessor kernel with acpi-20041105-26-stable-release | ||
---|---|---|---|
Product: | ACPI | Reporter: | Oleg I. Vdovikin (oleg) |
Component: | Other | Assignee: | acpi_other |
Status: | CLOSED PATCH_ALREADY_AVAILABLE | ||
Severity: | blocking | CC: | acpi-bugzilla, wilfriedkreuzbauer |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.9 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: | FC3 kernel config |
Description
Oleg I. Vdovikin
2004-11-30 04:56:20 UTC
I build several UP kernels without IO_APIC and don't see any errors. arch/i386/kernel/acpi/earlyquirk.c is included in the build only if CONFIG_X86_IOAPIC so I don't see how the errors above resulted if that was not in the config. Pleaes do a make clean before building -- it may be that some dependencies in the build were not cleared. If you still have a problem with a clean build of the latest patch, please re-open and attach the failing .config. *** Bug 3843 has been marked as a duplicate of this bug. *** Len, I've checked patch - it does include earlyquirk.o then CONFIG_ACPI_BOOT is enabled. Right? And it does not check for IO APIC. diff -Nru a/arch/i386/kernel/acpi/Makefile b/arch/i386/kernel/acpi/Makefile --- a/arch/i386/kernel/acpi/Makefile 2004-11-23 01:26:22 -05:00 +++ b/arch/i386/kernel/acpi/Makefile 2004-11-23 01:26:22 -05:00 @@ -1,3 +1,3 @@ -obj-$(CONFIG_ACPI_BOOT) := boot.o +obj-$(CONFIG_ACPI_BOOT) := boot.o earlyquirk.o Created attachment 4184 [details]
FC3 kernel config
Kernel config used for build
please re-download the patch, it has been updated with the fix. re-open if you have problems with the new one. thanks, -len |