projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f17f3b
)
ARM: KVM: timer: allow DT matching for ARMv8 cores
author
Marc Zyngier
<marc.zyngier@arm.com>
Thu, 30 May 2013 17:31:28 +0000
(18:31 +0100)
committer
Marc Zyngier
<marc.zyngier@arm.com>
Wed, 12 Jun 2013 15:40:31 +0000
(16:40 +0100)
ARMv8 cores have the exact same timer as ARMv7 cores. Make sure the
KVM timer code can match it in the device tree.
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/kvm/arch_timer.c
patch
|
blob
|
history
diff --git
a/arch/arm/kvm/arch_timer.c
b/arch/arm/kvm/arch_timer.c
index c55b6089e923a1273a94c30856a2af8e9fd0dd79..49a7516d81c7c429ceada4b3a64a0dbae002f284 100644
(file)
--- a/
arch/arm/kvm/arch_timer.c
+++ b/
arch/arm/kvm/arch_timer.c
@@
-195,6
+195,7
@@
static struct notifier_block kvm_timer_cpu_nb = {
static const struct of_device_id arch_timer_of_match[] = {
{ .compatible = "arm,armv7-timer", },
+ { .compatible = "arm,armv8-timer", },
{},
};