mtrr = Memory Type Range Register. It's a way of setting certain parameters for different blocks of memory within your system. You can make some parts non-cachable, some parts to use write-combining, some parts to use write-back caching, etc.
You might have to upgrade your kernel, or try a...