* 2.6.17: Yet another .config that won't build
@ 2006-06-23 13:53 Chuck Ebbert
2006-07-02 18:30 ` Randy.Dunlap
0 siblings, 1 reply; 2+ messages in thread
From: Chuck Ebbert @ 2006-06-23 13:53 UTC (permalink / raw)
To: linux-kernel; +Cc: Roman Zippel, Andrew Morton
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
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: 2.6.17: Yet another .config that won't build
2006-06-23 13:53 2.6.17: Yet another .config that won't build Chuck Ebbert
@ 2006-07-02 18:30 ` Randy.Dunlap
0 siblings, 0 replies; 2+ messages in thread
From: Randy.Dunlap @ 2006-07-02 18:30 UTC (permalink / raw)
To: Chuck Ebbert; +Cc: linux-kernel, zippel, akpm
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-07-02 18:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-23 13:53 2.6.17: Yet another .config that won't build Chuck Ebbert
2006-07-02 18:30 ` Randy.Dunlap
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®