mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 05:05:13 +07:00
6d6ec20fcf
Implement the system register save/restore as a direct translation of the assembly code version. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
9 lines
235 B
Makefile
9 lines
235 B
Makefile
#
|
|
# Makefile for Kernel-based Virtual Machine module, HYP part
|
|
#
|
|
|
|
obj-$(CONFIG_KVM_ARM_HOST) += vgic-v2-sr.o
|
|
obj-$(CONFIG_KVM_ARM_HOST) += vgic-v3-sr.o
|
|
obj-$(CONFIG_KVM_ARM_HOST) += timer-sr.o
|
|
obj-$(CONFIG_KVM_ARM_HOST) += sysreg-sr.o
|