diff options
-rw-r--r-- | arch/mips/kvm/kvm_mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kvm/kvm_mips.c b/arch/mips/kvm/kvm_mips.c index a0d1e7105c4e..1e12762ae7ea 100644 --- a/arch/mips/kvm/kvm_mips.c +++ b/arch/mips/kvm/kvm_mips.c | |||
@@ -299,7 +299,7 @@ struct kvm_vcpu *kvm_arch_vcpu_create(struct kvm *kvm, unsigned int id) | |||
299 | if (cpu_has_veic || cpu_has_vint) { | 299 | if (cpu_has_veic || cpu_has_vint) { |
300 | size = 0x200 + VECTORSPACING * 64; | 300 | size = 0x200 + VECTORSPACING * 64; |
301 | } else { | 301 | } else { |
302 | size = 0x200; | 302 | size = 0x4000; |
303 | } | 303 | } |
304 | 304 | ||
305 | /* Save Linux EBASE */ | 305 | /* Save Linux EBASE */ |