Cc: Siddha, Suresh B <suresh.b.siddha@...>, Rafael J. Wysocki <rjw@...>, Linux Kernel Mailing List <linux-kernel@...>, Pallipadi, Venkatesh <venkatesh.pallipadi@...>, Ingo Molnar <mingo@...>, arjan@linux.intel.com <arjan@...>, jbarnes@virtuousgeek.org <jbarnes@...>
On Sun, Jun 15, 2008 at 04:02:10PM -0700, Frans Pop wrote:
If the initlevel is '3', then the mtrr option will show up in /proc/mtrr
otheriwse not. In init level '5', X server will add the mtrr (irrespective
of boot option, if it's not already there) and will remove it when the X process
completes its execution.
Can you also please try if "mtrr:1" makes any difference. This will setup the
mapping as UC during boot. Apart from PAT WC mapping(which we shouldn't be using
in your current setup), UC MTRR should override all the other PAT mappings and
should be consistent across X and VT console mappings. As such, if the
problem is because of improper aliasing, then with this UC MTRR,
my understanding is that we shouldn't see any artifacts with the "mtrr:1".
with this mtrr:1, we should now see a UC mtrr setting in /proc/mtrr.
thanks,
suresh
--