Re: 2.6.17: Yet another .config that won't build

From: Randy.Dunlap
Date: Sun Jul 02 2006 - 14:25:47 EST


On Fri, 23 Jun 2006 09:53:05 -0400 Chuck Ebbert wrote:

> On i386, selecting SMP, HIGHMEM64G and X86_GENERICARCH enables NUMA.

I don't see NUMA being enabled by SMP + HIGHMEM64G + X86_GENERICARCH
(on 2.6.17-git20). Has this already been fixed?


> 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 */
>


---
~Randy
-
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/