mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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
This commit is contained in:
commit
a15f6b923e
@ -382,6 +382,7 @@ config VIRT_CPU_ACCOUNTING_GEN
|
|||||||
bool "Full dynticks CPU time accounting"
|
bool "Full dynticks CPU time accounting"
|
||||||
depends on HAVE_CONTEXT_TRACKING
|
depends on HAVE_CONTEXT_TRACKING
|
||||||
depends on HAVE_VIRT_CPU_ACCOUNTING_GEN
|
depends on HAVE_VIRT_CPU_ACCOUNTING_GEN
|
||||||
|
depends on GENERIC_CLOCKEVENTS
|
||||||
select VIRT_CPU_ACCOUNTING
|
select VIRT_CPU_ACCOUNTING
|
||||||
select CONTEXT_TRACKING
|
select CONTEXT_TRACKING
|
||||||
help
|
help
|
||||||
|
Loading…
Reference in New Issue
Block a user