commit | 8b9c106856d92c8266697328b148d115538b59ce | [log] [tgz] |
---|---|---|
author | Tony Luck <tony.luck@intel.com> | Tue Dec 12 11:18:55 2006 -0800 |
committer | Tony Luck <tony.luck@intel.com> | Tue Dec 12 11:18:55 2006 -0800 |
tree | a8c68bb48290d97ae942ca63efeb94856fb892ae | |
parent | f889a26a703b03c774849685583cec7746738f3c [diff] |
[IA64] fix arch/ia64/mm/contig.c:235: warning: unused variable `nid' 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>