]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XEN_PVH=y
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Fri, 29 Sep 2017 14:08:19 +0000 (17:08 +0300)
committerIngo Molnar <mingo@kernel.org>
Fri, 20 Oct 2017 11:07:10 +0000 (13:07 +0200)
commit4375c29985f155d7eb2346615d84e62d1b673682
tree24324ee6c9f2830fda0ed74e3ad631affc4d33e6
parent12a8cc7fcf54a8575f094be1e99032ec38aa045c
x86/xen: Provide pre-built page tables only for CONFIG_XEN_PV=y and CONFIG_XEN_PVH=y

Looks like we only need pre-built page tables in the CONFIG_XEN_PV=y and
CONFIG_XEN_PVH=y cases.

Let's not provide them for other configurations.

Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@suse.de>
Cc: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-mm@kvack.org
Link: http://lkml.kernel.org/r/20170929140821.37654-5-kirill.shutemov@linux.intel.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/head_64.S