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:
d3b66bf
)
cpumask: update local_cpus_show to use new cpumask API
author
Mike Travis
<travis@sgi.com>
Sun, 4 Jan 2009 13:18:01 +0000
(
05:18
-0800)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 4 Jan 2009 14:39:25 +0000
(15:39 +0100)
Impact: use new cpumask API to reduce stack usage
Replace the local cpumask_t variable with a pointer to the
const cpumask that needs to be printed.
Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found