diff options
author | Anup Patel <apatel@ventanamicro.com> | 2023-01-10 12:14:25 +0100 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2023-04-21 14:15:48 +0200 |
commit | 54e43320c2ba0c70258a3aea690da38c6ea3293c (patch) | |
tree | 9d3bfea35258817f182404f756f4f5e77063d18e /arch/riscv/kvm/Makefile | |
parent | RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines (diff) | |
download | linux-54e43320c2ba0c70258a3aea690da38c6ea3293c.tar.xz linux-54e43320c2ba0c70258a3aea690da38c6ea3293c.zip |
RISC-V: KVM: Initial skeletal support for AIA
To incrementally implement AIA support, we first add minimal skeletal
support which only compiles and detects AIA hardware support at the
boot-time but does not provide any functionality.
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Atish Patra <atishp@rivosinc.com>
Reviewed-by: Andrew Jones <ajones@ventanamicro.com>
Signed-off-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'arch/riscv/kvm/Makefile')
-rw-r--r-- | arch/riscv/kvm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/kvm/Makefile b/arch/riscv/kvm/Makefile index 278e97c06e0a..8031b8912a0d 100644 --- a/arch/riscv/kvm/Makefile +++ b/arch/riscv/kvm/Makefile @@ -26,3 +26,4 @@ kvm-y += vcpu_sbi_replace.o kvm-y += vcpu_sbi_hsm.o kvm-y += vcpu_timer.o kvm-$(CONFIG_RISCV_PMU_SBI) += vcpu_pmu.o vcpu_sbi_pmu.o +kvm-y += aia.o |