File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -1419,11 +1419,6 @@ static int kvm_vcpu_init_check_features(struct kvm_vcpu *vcpu,
1419
1419
test_bit (KVM_ARM_VCPU_PTRAUTH_GENERIC , & features ))
1420
1420
return - EINVAL ;
1421
1421
1422
- /* Disallow NV+SVE for the time being */
1423
- if (test_bit (KVM_ARM_VCPU_HAS_EL2 , & features ) &&
1424
- test_bit (KVM_ARM_VCPU_SVE , & features ))
1425
- return - EINVAL ;
1426
-
1427
1422
if (!test_bit (KVM_ARM_VCPU_EL1_32BIT , & features ))
1428
1423
return 0 ;
1429
1424
Original file line number Diff line number Diff line change @@ -41,13 +41,12 @@ static u64 limit_nv_id_reg(u32 id, u64 val)
41
41
break ;
42
42
43
43
case SYS_ID_AA64PFR0_EL1 :
44
- /* No AMU, MPAM, S-EL2, RAS or SVE */
44
+ /* No AMU, MPAM, S-EL2, or RAS */
45
45
val &= ~(GENMASK_ULL (55 , 52 ) |
46
46
NV_FTR (PFR0 , AMU ) |
47
47
NV_FTR (PFR0 , MPAM ) |
48
48
NV_FTR (PFR0 , SEL2 ) |
49
49
NV_FTR (PFR0 , RAS ) |
50
- NV_FTR (PFR0 , SVE ) |
51
50
NV_FTR (PFR0 , EL3 ) |
52
51
NV_FTR (PFR0 , EL2 ) |
53
52
NV_FTR (PFR0 , EL1 ));
You can’t perform that action at this time.
0 commit comments