]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=n
authorAndy Lutomirski <luto@kernel.org>
Wed, 30 Dec 2015 04:12:18 +0000 (20:12 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 6 Jan 2016 09:49:53 +0000 (10:49 +0100)
commit8705d603edd49f1cff165cd3b7998f4c7f098d27
treec7644de63a91f0df3cf8ef1043470bda1c38d21f
parentb92c453d520ebf0703f8195e9f2c6e7522b85e1d
x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=n

arch/x86/built-in.o: In function `arch_setup_additional_pages':
 (.text+0x587): undefined reference to `pvclock_pvti_cpu0_va'

KVM_GUEST selects PARAVIRT_CLOCK, so we can make pvclock_pvti_cpu0_va depend
on KVM_GUEST.

Signed-off-by: Andy Lutomirski <luto@kernel.org>
Tested-by: Borislav Petkov <bp@alien8.de>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Kees Cook <keescook@chromium.org>
Link: http://lkml.kernel.org/r/444d38a9bcba832685740ea1401b569861d09a72.1451446564.git.luto@kernel.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/include/asm/pvclock.h