commit | 61438766514a2d7f191ce1b3cf6812eabbef4ef7 | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@novell.com> | Wed May 06 13:02:19 2009 +0100 |
committer | H. Peter Anvin <hpa@zytor.com> | Thu May 07 21:42:39 2009 -0700 |
tree | 4ce81e8bbdc731812e54ed4def92eac4f266cbd6 | |
parent | e0e5ea3268db428d19e1c5fa00e6f583861cbdbd [diff] |
x86: fix boot hang in early_reserve_e820() If the first non-reserved (sub-)range doesn't fit the size requested, an endless loop will be entered. If a range returned from find_e820_area_size() turns out insufficient in size, the range must be skipped before calling the function again. [ Impact: fixes boot hang on some platforms ] Signed-off-by: Jan Beulich <jbeulich@novell.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>