commit | e34369ce31e5747603684031718b1cf429b365c4 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Wed May 22 16:43:51 2024 -0400 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Wed May 29 08:40:43 2024 +0200 |
tree | 49bdc8e46325c4a99bdd07a3368f8a6e3497235a | |
parent | 7d5f2b6af3564e498409afbe23766586d6116f14 [diff] |
drivers/timer/apic_tsc: move to common code pattern Let's replicate a common code pattern for this to be abstracted more easily in the future. In addition to duplicating the correctness fixes implemented in the ARM and RISC-V drivers, this eliminates a couple large runtime divisions. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>