diff options
author | Toshi Kani <toshi.kani@hpe.com> | 2015-09-17 20:24:24 +0200 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-09-22 21:27:33 +0200 |
commit | 55696b1f664e52b3036f21631f9c2247b667f587 (patch) | |
tree | 1f4f453b3391bb7a451c61e2422e79760255c51a /arch/arm/boot/dts/stih410.dtsi | |
parent | x86/mm: Fix __split_large_page() to handle large PAT bit (diff) | |
download | linux-55696b1f664e52b3036f21631f9c2247b667f587.tar.xz linux-55696b1f664e52b3036f21631f9c2247b667f587.zip |
x86/mm: Fix no-change case in try_preserve_large_page()
try_preserve_large_page() checks if new_prot is the same as
old_prot. If so, it simply sets do_split to 0, and returns
with no-operation. However, old_prot is set as a 4KB pgprot
value while new_prot is a large page pgprot value.
Now that old_prot is initially set from p?d_pgprot() as a
large page pgprot value, fix it by not overwriting old_prot
with a 4KB pgprot value.
Signed-off-by: Toshi Kani <toshi.kani@hpe.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Juergen Gross <jgross@suse.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Konrad Wilk <konrad.wilk@oracle.com>
Cc: Robert Elliot <elliott@hpe.com>
Cc: linux-mm@kvack.org
Link: http://lkml.kernel.org/r/1442514264-12475-12-git-send-email-toshi.kani@hpe.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/arm/boot/dts/stih410.dtsi')
0 files changed, 0 insertions, 0 deletions