Skip to content

Commit

Permalink
ARM: KVM: Use common version of vgic-v2-sr.c
Browse files Browse the repository at this point in the history
No need to keep our own private version, the common one is
strictly identical.

Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
  • Loading branch information
Marc Zyngier committed Feb 29, 2016
1 parent f1c9cad commit b5fa5d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 83 deletions.
5 changes: 4 additions & 1 deletion arch/arm/kvm/hyp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
# Makefile for Kernel-based Virtual Machine module, HYP part
#

KVM=../../../../virt/kvm

obj-$(CONFIG_KVM_ARM_HOST) += $(KVM)/arm/hyp/vgic-v2-sr.o

obj-$(CONFIG_KVM_ARM_HOST) += tlb.o
obj-$(CONFIG_KVM_ARM_HOST) += cp15-sr.o
obj-$(CONFIG_KVM_ARM_HOST) += timer-sr.o
obj-$(CONFIG_KVM_ARM_HOST) += vgic-v2-sr.o
obj-$(CONFIG_KVM_ARM_HOST) += vfp.o
obj-$(CONFIG_KVM_ARM_HOST) += banked-sr.o
obj-$(CONFIG_KVM_ARM_HOST) += entry.o
Expand Down
82 changes: 0 additions & 82 deletions arch/arm/kvm/hyp/vgic-v2-sr.c

This file was deleted.

0 comments on commit b5fa5d3

Please sign in to comment.