[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAOJsxLGk-0ev6KVfX2-F9dQUAYPJyE0-OVLQnEiAxi_inTUZqw@mail.gmail.com>
Date: Tue, 1 Nov 2011 08:37:44 +0200
From: Pekka Enberg <penberg@...nel.org>
To: David Rientjes <rientjes@...gle.com>
Cc: x86@...nel.org, linux-kernel@...r.kernel.org,
Tejun Heo <tj@...nel.org>, Yinghai Lu <yinghai@...nel.org>,
"H. Peter Anvin" <hpa@...ux.intel.com>
Subject: Re: [RFC/PATCH 3/7] x86, mm: Use max_pfn instead of highend_pfn
On Tue, Nov 1, 2011 at 12:54 AM, David Rientjes <rientjes@...gle.com> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists