Re: [PATCH 2/2] x86: fix trimming e820 with MTRR holes.

From: Yinghai Lu
Date: Tue Apr 29 2008 - 13:18:25 EST


On Tue, Apr 29, 2008 at 4:35 AM, Ingo Molnar <mingo@xxxxxxx> wrote:
>
> * Yinghai Lu <yhlu.kernel.send@xxxxxxxxx> wrote:
>
> > @@ -760,7 +762,10 @@ void __init update_memory_range(u64 star
> > continue;
> > add_memory_region(final_start, final_end - final_start,
> > new_type);
> > + real_updated_size += find_end - final_start;
>
> s/find_end/final_end
>
> i hope it boots ;-)

thanks

that report trimmed size. so it still boot. but report wrong trimmed
size. it will upset Gabriel.

it passed compiling, ..., that's funny.

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/