diff options
author | Ingo Molnar <mingo@kernel.org> | 2013-12-04 10:09:53 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-12-04 10:09:53 +0100 |
commit | a934a56e1284f1863c9c800ff9c63183c25aec93 (patch) | |
tree | 643ffbf749b8b9d68e1b8641c6d179f535b9f9c0 /init/Kconfig | |
parent | dea4f48a0a301b23c65af8e4fe8ccf360c272fbf (diff) | |
parent | c925077c33fc9a546e7cf6c3be2adf4a2afe2608 (diff) | |
download | lwn-a934a56e1284f1863c9c800ff9c63183c25aec93.tar.gz lwn-a934a56e1284f1863c9c800ff9c63183c25aec93.zip |
Merge branch 'timers/core-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/core
Pull dynticks updates from Frederic Weisbecker:
* Fix a bug where posix cpu timers requeued due to interval got ignored on full
dynticks CPUs (not a regression though as it only impacts full dynticks and the
bug is there since we merged full dynticks).
* Optimizations and cleanups on the use of per CPU APIs to improve code readability,
performance and debuggability in the nohz subsystem;
* Optimize posix cpu timer by sparing stub workqueue queue with full dynticks off case
* Rename some functions to extend with *_this_cpu() suffix for clarity
* Refine the naming of some context tracking subsystem state accessors
* Trivial spelling fix by Paul Gortmaker
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 79383d3aa5dc..12d61f82e5f7 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -532,7 +532,7 @@ config CONTEXT_TRACKING_FORCE dynticks subsystem by forcing the context tracking on all CPUs in the system. - Say Y only if you're working on the developpement of an + Say Y only if you're working on the development of an architecture backend for the context tracking. Say N otherwise, this option brings an overhead that you |