VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
author: Christoffer Dall <cdall@linaro.org> 2017-06-18 00:32:08 -0700 committer: Christoffer Dall <christoffer.dall@linaro.org> 2017-11-06 16:23:12 +0100 commit: f2a2129e0ac8d8fa79c3f85425c36f6e3368f022 parent: ee9bb9a1e3c6e40874c1611ac24b76c87d2cba7b
Commit Summary:
KVM: arm/arm64: Use separate timer for phys timer emulation
Diffstat:
1 file changed, 3 insertions, 0 deletions
diff --git a/include/kvm/arm_arch_timer.h b/include/kvm/arm_arch_timer.h
index 0eed5bc9fd5e..184c3ef2df93 100644
--- a/include/kvm/arm_arch_timer.h
+++ b/include/kvm/arm_arch_timer.h
@@ -48,6 +48,9 @@ struct arch_timer_cpu {
 	/* Work queued with the above timer expires */
 	struct work_struct		expired;
 
+	/* Physical timer emulation */
+	struct hrtimer			phys_timer;
+
 	/* Is the timer enabled */
 	bool			enabled;
 };