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:
f889a26
)
[IA64] fix arch/ia64/mm/contig.c:235: warning: unused variable `nid'
author
Tony Luck
<tony.luck@intel.com>
Tue, 12 Dec 2006 19:18:55 +0000
(11:18 -0800)
committer
Tony Luck
<tony.luck@intel.com>
Tue, 12 Dec 2006 19:18:55 +0000
(11:18 -0800)
This warning only shows up with CONFIG_VIRTUAL_MEM_MAP=y and
CONFIG_FLATMEM=y.
There is only one caller left for register_active_ranges() from the
contig.c code ... so it doesn't need to pick up the node number, the
node number is always zero.
Signed-off-by: Tony Luck <tony.luck@intel.com>
No differences found