RE: [patch x86/mce] ACPI, x86: Export boot_cpu_physical_apicid to modules

2013-11-14 Thread Luck, Tony
> Or do some randconfig testing before patches are proposed :) I don't have > any particular dependency on this, so I'm happy with whatever is decided. > This is the last error I've found related to CONFIG_ACPI_EXTLOG, however. If you *promise* this is the last one ,.. then Acked-by: Tony Luc

RE: [patch x86/mce] ACPI, x86: Export boot_cpu_physical_apicid to modules

2013-11-14 Thread David Rientjes
On Thu, 14 Nov 2013, Luck, Tony wrote: > > ERROR: "boot_cpu_physical_apicid" [drivers/acpi/acpi_extlog.ko] undefined! > > > > The symbol needs to be exported for it to be available. > > Good - but I wonder how many more useless layers there are to this onion :-( > > First I had to add a "#includ

RE: [patch x86/mce] ACPI, x86: Export boot_cpu_physical_apicid to modules

2013-11-14 Thread Luck, Tony
> ERROR: "boot_cpu_physical_apicid" [drivers/acpi/acpi_extlog.ko] undefined! > > The symbol needs to be exported for it to be available. Good - but I wonder how many more useless layers there are to this onion :-( First I had to add a "#include " Then add the dependency on CONFIG_X86_LOCAL_APIC N