OSDN Git Service

Don't add MTRR for uncached regions. Remove MTRR on unmap.
authorKeith Packard <keithp@koto.keithp.com>
Fri, 31 Aug 2007 20:43:18 +0000 (13:43 -0700)
committerKeith Packard <keithp@koto.keithp.com>
Sat, 1 Sep 2007 00:12:15 +0000 (17:12 -0700)
commit5cf29b06b9b5806056a0b04160b2286eb4158748
treecb83a58c9d88186efb84a5ebf6bf951ac9c2095c
parentebc618e7508847307713a59aeeed337a9277629d
Don't add MTRR for uncached regions. Remove MTRR on unmap.

MTRR regions aren't needed for uncached mappings, so don't add them. Also,
when unmapping memory, remove the MTRR entry.
src/linux_sysfs.c