[GIT PULL] xen: fixes for 4.15-rc4

From: Juergen Gross
Date: Fri Dec 15 2017 - 00:57:55 EST


Linus,

Please git pull the following tag:

git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git for-linus-4.15-rc4-tag

xen: fixes for 4.15-rc4

It contains two minor fixes for running as Xen dom0:
- when built as 32 bit kernel on large machines the Xen LAPIC emulation
should report a rather modern LAPIC in order to support enough APIC-Ids
- The Xen LAPIC emulation is needed for dom0 only, so build it only for
kernels supporting to run as Xen dom0

Thanks.

Juergen

arch/x86/xen/apic.c | 2 +-
drivers/xen/Kconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Jan Beulich (2):
x86/Xen: don't report ancient LAPIC version
xen: XEN_ACPI_PROCESSOR is Dom0-only