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

From: Yinghai Lu
Date: Tue Apr 29 2008 - 13:24:28 EST


On Tue, Apr 29, 2008 at 10:18 AM, Yinghai Lu <yhlu.kernel@xxxxxxxxx> wrote:
>
> 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 is in 32bit...

will send you new one.

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/