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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]