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:
821f3ef
)
[IA64] Fix build for CONFIG_SMP=n
author
Tony Luck
<tony.luck@intel.com>
Tue, 16 Oct 2007 20:17:22 +0000
(13:17 -0700)
committer
Tony Luck
<tony.luck@intel.com>
Tue, 16 Oct 2007 20:17:22 +0000
(13:17 -0700)
d5a7430ddcdb598261d70f7eb1bf450b5be52085
missed a spot where we
use cpu_sibling_map and cpu_core_map. These don't exist on a
uni-processor build. Wrap #ifdef CONFIG_SMP ... #endif around it.
Signed-off-by: Tony Luck <tony.luck@intel.com>
No differences found