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

From: Pekka Enberg
Date: Tue Nov 01 2011 - 02:37:48 EST


On Tue, Nov 1, 2011 at 12:54 AM, David Rientjes <rientjes@xxxxxxxxxx> wrote:
>> @@ -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.

Fixed, thanks!
--
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/