]> Git Repo - linux.git/commit
x86/mm: Fix try_preserve_large_page() to handle large PAT bit
authorToshi Kani <[email protected]>
Thu, 17 Sep 2015 18:24:22 +0000 (12:24 -0600)
committerThomas Gleixner <[email protected]>
Tue, 22 Sep 2015 19:27:33 +0000 (21:27 +0200)
commit3a19109efbfa7d887996a74257556a46e00525c2
tree8120ff3d673ff2270ada1799417cb2e86ea1cda5
parentdaf3e35c5888e8bd6a2f5ed15ed392b2df362ecf
x86/mm: Fix try_preserve_large_page() to handle large PAT bit

try_preserve_large_page() is called from __change_page_attr() to
change the mapping attribute of a given large page.  This function
uses pte_pfn() and pte_pgprot() for PUD/PMD, which do not handle
the large PAT bit properly.

Fix try_preserve_large_page() by using the corresponding pud/pmd
prot/pfn interfaces.

Also remove '#ifdef CONFIG_X86_64', which is not necessary.

Signed-off-by: Toshi Kani <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Juergen Gross <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Konrad Wilk <[email protected]>
Cc: Robert Elliot <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
arch/x86/mm/pageattr.c
This page took 0.055554 seconds and 4 git commands to generate.