broken ACPI NUMA config option

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Date: Saturday, September 8, 2007 - 6:51 pm

If I select X86_64_ACPI_NUMA, then ACPI_NUMA is (properly) selected
automatically, but ACPI is not selected automatically. This causes
ACPI_NUMA to not be built, and the kernel compile fails with unresolved
symbols.

Steps to reproduce:

	make clean
	make mrproper
	make noallconfig

	select SMP
	select NUMA
	select X86_64_ACPI_NUMA

	make
	<boom>

results:

	  LD      .tmp_vmlinux1
	drivers/built-in.o: In function `acpi_bus_generate_event':
	(.text+0x23365): undefined reference to `event_is_open'
	drivers/built-in.o: In function `acpi_bus_get_power':
	(.text+0x2361d): undefined reference to `acpi_power_get_inferred_state'
	drivers/built-in.o: In function `acpi_bus_set_power':
	(.text+0x23733): undefined reference to `acpi_power_transition'
	drivers/built-in.o: In function `acpi_bus_set_power':
	(.text+0x237a5): undefined reference to `acpi_power_transition'
	make: *** [.tmp_vmlinux1] Error 1

James
	/\V

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
broken ACPI NUMA config option, James C. Georgas, (Sat Sep 8, 6:51 pm)
Re: broken ACPI NUMA config option, Randy Dunlap, (Sat Sep 8, 9:09 pm)
Re: broken ACPI NUMA config option, James C. Georgas, (Sat Sep 8, 9:22 pm)
Re: broken ACPI NUMA config option, Andi Kleen, (Sun Sep 9, 5:07 am)
Re: broken ACPI NUMA config option, Randy Dunlap, (Sat Sep 8, 9:16 pm)
Re: broken ACPI NUMA config option, James C. Georgas, (Sat Sep 8, 11:48 pm)
Re: broken ACPI NUMA config option, Randy Dunlap, (Sun Sep 9, 1:00 am)
Re: broken ACPI NUMA config option, James C. Georgas, (Sun Sep 9, 9:41 am)
Re: broken ACPI NUMA config option, Randy Dunlap, (Sun Sep 9, 1:32 pm)
Re: broken ACPI NUMA config option, Yinghai Lu, (Sun Sep 9, 12:24 am)
Re: broken ACPI NUMA config option, James C. Georgas, (Sat Sep 8, 7:33 pm)
Re: broken ACPI NUMA config option, James C. Georgas, (Sat Sep 8, 6:54 pm)