x86: mtrr_cleanup try gran_size to less than 1M, v3
authorYinghai Lu <yinghai@kernel.org>
Thu, 2 Oct 2008 22:46:20 +0000 (15:46 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 3 Oct 2008 07:41:55 +0000 (09:41 +0200)
commit834836ee6a3a9deadff9394b23db965a08bcde35
treece2608783ae4d1e50c72fcaf7bb004f4fc1a5f55
parent136c82c6f7f12c9bed8bf709f92123077966512c
x86: mtrr_cleanup try gran_size to less than 1M, v3

J.A. Magallón reported:

 >> Also, on a 64 bit box with 4Gb, it gives this:
 >>
 >> cicely:~# cat /proc/mtrr
 >> reg00: base=0x00000000 (   0MB), size=4096MB: write-back, count=1
 >> reg01: base=0x100000000 (4096MB), size=1024MB: write-back, count=1
 >> reg02: base=0x140000000 (5120MB), size= 512MB: write-back, count=1
 >> reg03: base=0x160000000 (5632MB), size= 256MB: write-back, count=1
 >> reg04: base=0x80000000 (2048MB), size=2048MB: uncachable, count=1

boundary handling has a problem ... fix it.

Reported-by: J.A. Magallón <jamagallon@ono.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/mtrr/main.c