| | Date | Tue, 29 Apr 2008 13:35:39 +0200 | | From | Ingo Molnar <> | | Subject | Re: [PATCH 2/2] x86: fix trimming e820 with MTRR holes. |
* Yinghai Lu <yhlu.kernel.send@gmail.com> 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
|