x86: mtrr_cleanup optimization, v2
authorYinghai Lu <yhlu.kernel@gmail.com>
Sat, 27 Sep 2008 07:30:08 +0000 (00:30 -0700)
committerIngo Molnar <mingo@elte.hu>
Sat, 27 Sep 2008 16:09:34 +0000 (18:09 +0200)
fix hpa's t61 with 4g ram:

   change layout from
(n - 1)*chunksize + chunk_size - NC
   to
n*chunksize - NC

Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found