diff options
Diffstat (limited to 'arch/mips/kvm/mips.c')
| -rw-r--r-- | arch/mips/kvm/mips.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/kvm/mips.c b/arch/mips/kvm/mips.c index 6d0517ac18e5..0369f26ab96d 100644 --- a/arch/mips/kvm/mips.c +++ b/arch/mips/kvm/mips.c | |||
| @@ -1122,6 +1122,9 @@ int kvm_vm_ioctl_check_extension(struct kvm *kvm, long ext) | |||
| 1122 | case KVM_CAP_MAX_VCPUS: | 1122 | case KVM_CAP_MAX_VCPUS: |
| 1123 | r = KVM_MAX_VCPUS; | 1123 | r = KVM_MAX_VCPUS; |
| 1124 | break; | 1124 | break; |
| 1125 | case KVM_CAP_MAX_VCPU_ID: | ||
| 1126 | r = KVM_MAX_VCPU_ID; | ||
| 1127 | break; | ||
| 1125 | case KVM_CAP_MIPS_FPU: | 1128 | case KVM_CAP_MIPS_FPU: |
| 1126 | /* We don't handle systems with inconsistent cpu_has_fpu */ | 1129 | /* We don't handle systems with inconsistent cpu_has_fpu */ |
| 1127 | r = !!raw_cpu_has_fpu; | 1130 | r = !!raw_cpu_has_fpu; |
