lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <163509000178.626.8608412263303583759.tip-bot2@tip-bot2> Date: Sun, 24 Oct 2021 15:40:01 -0000 From: "tip-bot2 for Marc Zyngier" <tip-bot2@...utronix.de> To: linux-tip-commits@...r.kernel.org Cc: Marc Zyngier <maz@...nel.org>, Daniel Lezcano <daniel.lezcano@...aro.org>, x86@...nel.org, linux-kernel@...r.kernel.org Subject: [tip: timers/core] clocksource/drivers/arm_arch_timer: Advertise 56bit timer to the core code The following commit has been merged into the timers/core branch of tip: Commit-ID: 30aa08da35e07a51a81d489517a3f6fb5164b09c Gitweb: https://git.kernel.org/tip/30aa08da35e07a51a81d489517a3f6fb5164b09c Author: Marc Zyngier <maz@...nel.org> AuthorDate: Sun, 17 Oct 2021 13:42:16 +01:00 Committer: Daniel Lezcano <daniel.lezcano@...aro.org> CommitterDate: Sun, 17 Oct 2021 21:47:27 +02:00 clocksource/drivers/arm_arch_timer: Advertise 56bit timer to the core code Proudly tell the code code that we have a timer able to handle 56 bits deltas. Signed-off-by: Marc Zyngier <maz@...nel.org> Link: https://lore.kernel.org/r/20211017124225.3018098-9-maz@kernel.org Signed-off-by: Daniel Lezcano <daniel.lezcano@...aro.org> --- drivers/clocksource/arm_arch_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/arm_arch_timer.c b/drivers/clocksource/arm_arch_timer.c index f4db3a6..36e0914 100644 --- a/drivers/clocksource/arm_arch_timer.c +++ b/drivers/clocksource/arm_arch_timer.c @@ -834,7 +834,7 @@ static void __arch_timer_setup(unsigned type, clk->set_state_shutdown(clk); - clockevents_config_and_register(clk, arch_timer_rate, 0xf, 0x7fffffff); + clockevents_config_and_register(clk, arch_timer_rate, 0xf, CLOCKSOURCE_MASK(56)); } static void arch_timer_evtstrm_enable(int divider)
Powered by blists - more mailing lists