x86/mm: Cleanup pgprot_4k_2_large() and pgprot_large_2_4k()
authorChristoph Hellwig <hch@lst.de>
Wed, 8 Apr 2020 15:27:44 +0000 (17:27 +0200)
committerBorislav Petkov <bp@suse.de>
Thu, 23 Apr 2020 09:31:52 +0000 (11:31 +0200)
commitd073569363d9f076a568ce8c31250d332ccf33ce
treefad4fb2feef01017127e1ca31cffe129a658f402
parent7fa3e10f0f3646108a1018004d0f571c3222dc9f
x86/mm: Cleanup pgprot_4k_2_large() and pgprot_large_2_4k()

Make use of lower level helpers that operate on the raw protection
values to make the code a little easier to understand, and to also
avoid extra conversions in a few callers.

[ Qian: Fix a wrongly placed bracket in the original submission.
  Reported and fixed by Qian Cai <cai@lca.pw>. Details in second
  Link: below. ]

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20200408152745.1565832-4-hch@lst.de
Link: https://lkml.kernel.org/r/1ED37D02-125F-4919-861A-371981581D9E@lca.pw
arch/x86/include/asm/pgtable_types.h
arch/x86/mm/init_64.c
arch/x86/mm/pgtable.c