commit | 57428db9440b64c11642462cd0188b7439f51ff2 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Oct 08 17:58:50 2013 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Tue Oct 08 17:58:50 2013 +0100 |
tree | b3e7666ebd311e241b7ef239bf7d76f286c34646 | |
parent | d0e639c9e06d44e713170031fe05fb60ebe680af [diff] |
ARM: KVM: drop arbitrary limitation to 4 CPU VMs It appears we have an arbitrary limitation where we refuse to create more than 4 virtual A15 in a single VM. This limitation doesn't make much sense (the number 4 probably comes from the maximum number of CPUs in a A15 cluster, but KVM doesn't have any notion of cluster), and directly contradicts CONFIG_MAX_VCPUS. Just remove this code altogether. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>