Re: [Xen-devel] Re: [PATCH 00 of 36] x86/paravirt: groundwork for 64-bit Xen support

From: Yinghai Lu
Date: Thu Jul 03 2008 - 15:20:12 EST


On Thu, Jul 3, 2008 at 11:51 AM, Yinghai Lu <yhlu.kernel@xxxxxxxxx> wrote:
> On Thu, Jul 3, 2008 at 11:41 AM, Jeremy Fitzhardinge <jeremy@xxxxxxxx> wrote:
..
>> I modified the vmemmap code so it would create 4k mappings if PSE isn't
>> supported. Did I get it wrong? It should have no effect when PSE is
>> available (which is any time you're not running under Xen).
>>
>
> it could be address continuous checkup for printout in
> vmemmap_populated has some problem...

you moved p_end = p + PMD_SIZE before...

if (p_end != p || node_start != node) {

YH
--
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/