git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f1f6de
)
sched: fix the wrong mask_len
author
Miao Xie
<miaox@cn.fujitsu.com>
Fri, 17 Oct 2008 10:17:46 +0000
(18:17 +0800)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 17 Oct 2008 10:26:33 +0000
(12:26 +0200)
If NR_CPUS isn't a multiple of 32, we get a truncated string of sched
domains by catting /proc/schedstat. This is caused by the wrong mask_len.
This patch fixes it.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Cc: <stable@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_stats.h
patch
|
blob
|
history
diff --cc
kernel/sched_stats.h
Simple merge