x86: MTRR workaround for system with stange var MTRRs
authorYinghai Lu <yinghai@kernel.org>
Mon, 16 Mar 2009 23:33:59 +0000 (16:33 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 17 Mar 2009 09:47:47 +0000 (10:47 +0100)
Impact: don't trim e820 according to wrong mtrr

Ozan reports that his server emits strange warning.
it turns out the BIOS sets the MTRRs incorrectly.

Ignore those strange ranges, and don't trim e820,
just emit one warning about BIOS

Reported-by: Ozan Çağlayan <ozan@pardus.org.tr>
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <49BEE1E7.7020706@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found