projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b15d05
)
perf cgroup: Fix a typo in kernel config
author
Li Zefan
<lizf@cn.fujitsu.com>
Thu, 3 Mar 2011 06:26:20 +0000
(14:26 +0800)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 4 Mar 2011 10:32:51 +0000
(11:32 +0100)
s/specificied/specified
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: Stephane Eranian <eranian@google.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <
4D6F348C
.
2050804
@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
init/Kconfig
patch
|
blob
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index 20d6bd919b8db0f168e2e5a12b0d73703cb02fba..4c4edf2ec4a9bbc4b753af8d4d8df83e6a9a428a 100644
(file)
--- a/
init/Kconfig
+++ b/
init/Kconfig
@@
-688,7
+688,7
@@
config CGROUP_PERF
depends on PERF_EVENTS && CGROUPS
help
This option extends the per-cpu mode to restrict monitoring to
- threads which belong to the cgroup specifi
ci
ed and run on the
+ threads which belong to the cgroup specified and run on the
designated cpu.
Say N if unsure.