]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86: PAT proper tracking of set_memory_uc and friends
authorVenkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Wed, 3 Sep 2008 23:54:55 +0000 (19:54 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 9 Oct 2008 03:23:00 +0000 (20:23 -0700)
commit05039ab90e8b5c1e4f38beeed90956c7bd1b5895
tree8a88faab10b4ea77c6120ca693f979e97d209d1b
parent9db33a508500ad82e907a51570bc1e6a5b94163d
x86: PAT proper tracking of set_memory_uc and friends

commit c15238df3b65e34fadb1021b0fb0d5aebc7c42c6 upstream

Big thinko in pat memtype tracking code. reserve_memtype should be called
with physical address and not virtual address.

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/mm/pageattr.c