Skip to content

Commit 94251ac

Browse files
teburdcarlescufi
authored andcommitted
timer: APIC timer count is a lock free accessor
Selects the hidden Kconfig to note that the APIC timer's cycle count accessor is a lock free path and may use the spin lock time limit check. Signed-off-by: Tom Burdick <[email protected]>
1 parent 6277386 commit 94251ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/timer/Kconfig.apic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ menuconfig APIC_TIMER
88
depends on X86
99
depends on LOAPIC
1010
select TICKLESS_CAPABLE
11+
select SYSTEM_CLOCK_LOCK_FREE_COUNT
1112
help
1213
Use the x86 local APIC in one-shot mode as the system time
1314
source. NOTE: this probably isn't what you want except on

0 commit comments

Comments
 (0)