summaryrefslogtreecommitdiffstats
path: root/arch/riscv
diff options
context:
space:
mode:
authorSean Christopherson <seanjc@google.com>2022-11-30 23:09:13 +0000
committerPaolo Bonzini <pbonzini@redhat.com>2022-12-29 15:41:23 -0500
commita578a0a9e3526483ad1904fac019d95e7089fb34 (patch)
tree5d90cddb8d0a3d01fe17563b15cb57787f900a5c /arch/riscv
parent6c30cd2ef43d15f9799d8a77dca2f075e9d717e6 (diff)
downloadlinux-stable-a578a0a9e3526483ad1904fac019d95e7089fb34.tar.gz
linux-stable-a578a0a9e3526483ad1904fac019d95e7089fb34.tar.bz2
linux-stable-a578a0a9e3526483ad1904fac019d95e7089fb34.zip
KVM: Drop kvm_arch_{init,exit}() hooks
Drop kvm_arch_init() and kvm_arch_exit() now that all implementations are nops. No functional change intended. Signed-off-by: Sean Christopherson <seanjc@google.com> Reviewed-by: Eric Farman <farman@linux.ibm.com> # s390 Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Acked-by: Anup Patel <anup@brainfault.org> Message-Id: <20221130230934.1014142-30-seanjc@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/riscv')
-rw-r--r--arch/riscv/kvm/main.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/riscv/kvm/main.c b/arch/riscv/kvm/main.c
index 1cd220e96c26..be951feee27a 100644
--- a/arch/riscv/kvm/main.c
+++ b/arch/riscv/kvm/main.c
@@ -65,15 +65,6 @@ void kvm_arch_hardware_disable(void)
csr_write(CSR_HIDELEG, 0);
}
-int kvm_arch_init(void *opaque)
-{
- return 0;
-}
-
-void kvm_arch_exit(void)
-{
-}
-
static int __init riscv_kvm_init(void)
{
const char *str;