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:
80855f7
)
cpumask: fix compile error when CONFIG_NR_CPUS is not defined
author
Mike Travis
<travis@sgi.com>
Thu, 1 Jan 2009 02:08:48 +0000
(18:08 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 3 Jan 2009 18:15:41 +0000
(19:15 +0100)
CONFIG_NR_CPUS will be defined for all arch's whether SMP or not, but
it may not have made it into all arches yet.
Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found