diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-06-01 10:26:27 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-06-01 10:26:27 +0200 |
commit | 380609445cff6ee7b6c7e43bbdc953985b45a6ed (patch) | |
tree | 2526fa1599b19804e8cd9823415919ad757f07e7 /virt/kvm/eventfd.c | |
parent | KVM: check userspace_addr for all memslots (diff) | |
parent | KVM: arm64: Drop obsolete comment about sys_reg ordering (diff) | |
download | linux-380609445cff6ee7b6c7e43bbdc953985b45a6ed.tar.xz linux-380609445cff6ee7b6c7e43bbdc953985b45a6ed.zip |
Merge tag 'kvmarm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
KVM/arm64 updates for Linux 5.8:
- Move the arch-specific code into arch/arm64/kvm
- Start the post-32bit cleanup
- Cherry-pick a few non-invasive pre-NV patches
Diffstat (limited to 'virt/kvm/eventfd.c')
-rw-r--r-- | virt/kvm/eventfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/eventfd.c b/virt/kvm/eventfd.c index 0c4ede45e6bd..ef7ed916ad4a 100644 --- a/virt/kvm/eventfd.c +++ b/virt/kvm/eventfd.c @@ -116,7 +116,7 @@ irqfd_shutdown(struct work_struct *work) struct kvm *kvm = irqfd->kvm; u64 cnt; - /* Make sure irqfd has been initalized in assign path. */ + /* Make sure irqfd has been initialized in assign path. */ synchronize_srcu(&kvm->irq_srcu); /* |