Searched hist:"5 ef19a161cfa88a59508979e2f39d3d092c1d5c0" (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm/include/asm/ |
H A D | arch_timer.h | diff 5ef19a161cfa88a59508979e2f39d3d092c1d5c0 Mon Apr 08 17:49:04 CEST 2019 Marc Zyngier <marc.zyngier@arm.com> clocksource/arm_arch_timer: Direcly assign set_next_event workaround
When a given timer is affected by an erratum and requires an alternative implementation of set_next_event, we do a rather complicated dance to detect and call the workaround on each set_next_event call.
This is clearly idiotic, as we can perfectly detect whether this CPU requires a workaround while setting up the clock event device.
This only requires the CPU-specific detection to be done a bit earlier, and we can then safely override the set_next_event pointer if we have a workaround associated to that CPU.
Acked-by: Mark Rutland <mark.rutland@arm.com> Acked-by; Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
|
/linux/arch/arm64/include/asm/ |
H A D | arch_timer.h | diff 5ef19a161cfa88a59508979e2f39d3d092c1d5c0 Mon Apr 08 17:49:04 CEST 2019 Marc Zyngier <marc.zyngier@arm.com> clocksource/arm_arch_timer: Direcly assign set_next_event workaround
When a given timer is affected by an erratum and requires an alternative implementation of set_next_event, we do a rather complicated dance to detect and call the workaround on each set_next_event call.
This is clearly idiotic, as we can perfectly detect whether this CPU requires a workaround while setting up the clock event device.
This only requires the CPU-specific detection to be done a bit earlier, and we can then safely override the set_next_event pointer if we have a workaround associated to that CPU.
Acked-by: Mark Rutland <mark.rutland@arm.com> Acked-by; Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
|
/linux/drivers/clocksource/ |
H A D | arm_arch_timer.c | diff 5ef19a161cfa88a59508979e2f39d3d092c1d5c0 Mon Apr 08 17:49:04 CEST 2019 Marc Zyngier <marc.zyngier@arm.com> clocksource/arm_arch_timer: Direcly assign set_next_event workaround
When a given timer is affected by an erratum and requires an alternative implementation of set_next_event, we do a rather complicated dance to detect and call the workaround on each set_next_event call.
This is clearly idiotic, as we can perfectly detect whether this CPU requires a workaround while setting up the clock event device.
This only requires the CPU-specific detection to be done a bit earlier, and we can then safely override the set_next_event pointer if we have a workaround associated to that CPU.
Acked-by: Mark Rutland <mark.rutland@arm.com> Acked-by; Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
|