commit | 99dcbdf9332dee504c136a1d35177a24a24a5ede | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Wed May 22 17:59:30 2024 -0400 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Wed May 29 08:40:43 2024 +0200 |
tree | 63d8f749d11d37358466b0daac62b73c4fee67d7 | |
parent | 3c2e57c923c2329966f4797abebbdc18531b8e03 [diff] |
drivers/timer/apic_timer: move to periodic mode This driver is impossible to make time-accurate using single-shot mode. Time accuracy may be obtained only by using periodic mode, meaning it is not tickless capable either. Let's simplify the code by only supporting periodic mode and strip out the TSC stuff. Any hardware with TSC capability should now use the apic-tsc driver instead. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>