Skip to content

Commit a15f6b9

Browse files
committed
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer fix from Thomas Gleixner: "A single fix to prevent a unmet dependencies warning in Kconfig" * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: time: Make VIRT_CPU_ACCOUNTING_GEN depend on GENERIC_CLOCKEVENTS
2 parents 9e55f87 + 041a157 commit a15f6b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ config VIRT_CPU_ACCOUNTING_GEN
382382
bool "Full dynticks CPU time accounting"
383383
depends on HAVE_CONTEXT_TRACKING
384384
depends on HAVE_VIRT_CPU_ACCOUNTING_GEN
385+
depends on GENERIC_CLOCKEVENTS
385386
select VIRT_CPU_ACCOUNTING
386387
select CONTEXT_TRACKING
387388
help

0 commit comments

Comments
 (0)