On Sun, 9 Apr 2006 17:44:46 +0200 Adrian Bunk wrote:
> On Fri, Apr 07, 2006 at 01:59:37PM -0700, Andrew Morton wrote:
> > Adrian Bunk <[email protected]> wrote:
> > >
> > > I'm getting the following compile error with CONFIG_ACPI_NUMA=y:
> > >
> > > <-- snip -->
> > >
> > > ...
> > > CC drivers/acpi/numa.o
> > > drivers/acpi/numa.c: In function 'acpi_numa_init':
> > > drivers/acpi/numa.c:231: error: 'NR_NODE_MEMBLKS' undeclared (first use in this function)
> >
> > I'm not quite sure how we managed that, but I guess
> > unify-pxm_to_node-and-node_to_pxm.patch triggered it?
>
> Yes, obviously (I got this error on i386):
>
> config ACPI_NUMA
> bool "NUMA support"
> depends on NUMA
> - depends on (IA64 || X86_64)
> + depends on (X86_32 || IA64 || X86_64)
> default y if IA64_GENERIC || IA64_SGI_SN2
The new/fixed line should just be
depends on X86 || IA64
since X86_32 and X86_64 both set X86.
---
~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]