2.6.17: Yet another .config that won't build

From: Chuck Ebbert
Date: Fri Jun 23 2006 - 10:01:50 EST


On i386, selecting SMP, HIGHMEM64G and X86_GENERICARCH enables NUMA.
Then selecting NUMA automatically selects ACPI_SRAT even when ACPI
is unselected. The resulting .config won't build:

arch/i386/kernel/srat.c: In function `parse_cpu_affinity_structure':
arch/i386/kernel/srat.c:70: error: dereferencing pointer to incomplete type

static void __init parse_cpu_affinity_structure(char *p)
{
struct acpi_table_processor_affinity *cpu_affinity =
(struct acpi_table_processor_affinity *) p;

70 ===> if (!cpu_affinity->flags.enabled)
return; /* empty entry */

--
Chuck
"You can't read a newspaper if you can't read." --George W. Bush
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/