Can I suggest that the script is changed so that if that address is already present in the mtrr then it doesn't add it (otherwise, each time you add it a count variable is incremented). I'm not sure if this could realistically happen if you're running it only when x starts and x clears it when it stops, but it's an easy change to make:
if ! grep -q "base=$address" /proc/mtrr ; then echo "base=$address size=$hsize type=write-combining" >| /proc/mtrr && echo success fi -- [i915GM] MTRR entry missing since jaunty - is this intentional? https://bugs.launchpad.net/bugs/314928 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs