Re: [RFC/PATCH 3/7] x86, mm: Use max_pfn instead of highend_pfn

From: David Rientjes
Date: Mon Oct 31 2011 - 18:54:09 EST


On Fri, 28 Oct 2011, Pekka Enberg wrote:

> diff --git a/arch/x86/mm/init_32.c b/arch/x86/mm/init_32.c
> index 434c97d..6101894 100644
> --- a/arch/x86/mm/init_32.c
> +++ b/arch/x86/mm/init_32.c
> @@ -54,7 +54,7 @@
> #include <asm/page_types.h>
> #include <asm/init.h>
>
> -unsigned long highstart_pfn, highend_pfn;
> +unsigned long highstart_pfn;
>
> static noinline int do_test_wp_bit(void);
>

This shouldn't build with a CONFIG_NUMA i386 config, highend_pfn is used
in arch/x86/mm/numa_32.c.
--
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/