x86: remove _PAGE_PSE check from get_page_from_l2e()
authorJan Beulich <jbeulich@suse.com>
Fri, 15 Dec 2017 10:14:31 +0000 (11:14 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 15 Dec 2017 10:14:31 +0000 (11:14 +0100)
commit5d0f135265b8da4ee037ad25ee07f801b873bbd8
tree9d1ebf6870cf3e1accbc563ed2e304be1a4336a5
parentb13d5a4567a98870450622b1c27a60edfee0fbbc
x86: remove _PAGE_PSE check from get_page_from_l2e()

With L2_DISALLOW_MASK containing _PAGE_PSE unconditionally as of commit
56fff3e5e9 ("x86: nuke PV superpage option and code") there's no point
anymore in separately checking for the bit.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/mm.c