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

From: Ingo Molnar
Date: Tue Apr 29 2008 - 07:36:12 EST



* 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 ;-)

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