commit | 5bf65b9ba67226eae9ffc398a0369fc4da35c259 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Tue Nov 24 02:46:59 2009 -0800 |
committer | H. Peter Anvin <hpa@zytor.com> | Tue Nov 24 13:06:16 2009 -0800 |
tree | 8cfea71f3b7ee3e3eaca13888dff6a4b6a83f6ac | |
parent | b24c2a925a9837cccf54d50aeac22ba0cbc15455 [diff] |
x86, mtrr: Fix sorting of mtrr after subtracting In some cases we can coalesce MTRR entries after cleanup; this may allow us to have more entries. As such, introduce clean_sort_range to to sort and coaelsce the MTRR entries. Signed-off-by: Yinghai Lu <yinghai@kernel.org> LKML-Reference: <4B0BB9A3.5020908@kernel.org> Signed-off-by: H. Peter Anvin <hpa@zytor.com>