Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions arch/riscv/kvm/vcpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ int kvm_arch_vcpu_create(struct kvm_vcpu *vcpu)
if (kvm_riscv_vcpu_alloc_vector_context(vcpu, cntx))
return -ENOMEM;

/* By default, make CY, TM, and IR counters accessible in VU mode */
reset_csr->scounteren = 0x7;

/* Setup VCPU timer */
kvm_riscv_vcpu_timer_init(vcpu);

Expand Down
Loading