commit | 643ba4e3077f8d1c6b1cd5cc9ea3406198a833ff | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Thu Aug 04 17:23:58 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Aug 05 14:47:57 2011 +1000 |
tree | 5f59828492db407635942cb9cbb6974526350f90 | |
parent | 2c740c5841ba69aed216fdf7180f06e693165a7b [diff] |
powerpc: Make KVM_GUEST default to n KVM_GUEST adds a 1 MB array to the kernel (kvm_tmp) which grew my kernel enough to cause it to fail to boot. Dynamically allocating or reducing the size of this array is a good idea, but in the meantime I think it makes sense to make KVM_GUEST default to n in order to minimise surprises. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>