Re: [PATCH 04/21] ARM: kvm: define KVM_ARM_MAX_VCPUS unconditionally

2013-04-23 Thread Christoffer Dall
On Tue, Apr 23, 2013 at 10:29 AM, Christoffer Dall wrote: > On Tue, Apr 23, 2013 at 9:30 AM, Arnd Bergmann wrote: >> The CONFIG_KVM_ARM_MAX_VCPUS symbol is needed in order to build the >> kernel/context_tracking.c code, which includes the vgic data structures >> implictly through the kvm headers.

Re: [PATCH 04/21] ARM: kvm: define KVM_ARM_MAX_VCPUS unconditionally

2013-04-23 Thread Christoffer Dall
On Tue, Apr 23, 2013 at 9:30 AM, Arnd Bergmann wrote: > The CONFIG_KVM_ARM_MAX_VCPUS symbol is needed in order to build the > kernel/context_tracking.c code, which includes the vgic data structures > implictly through the kvm headers. Definining the symbol to zero > on builds without KVM resolves

[PATCH 04/21] ARM: kvm: define KVM_ARM_MAX_VCPUS unconditionally

2013-04-23 Thread Arnd Bergmann
The CONFIG_KVM_ARM_MAX_VCPUS symbol is needed in order to build the kernel/context_tracking.c code, which includes the vgic data structures implictly through the kvm headers. Definining the symbol to zero on builds without KVM resolves this build error: In file included from include/linux/kvm_host