commit | eee46b3de715c9a2a25ebf3c135b88a1d73d92c2 | [log] [tgz] |
---|---|---|
author | Yijing Wang <wangyijing@huawei.com> | Thu Mar 21 11:50:30 2013 +0800 |
committer | Tony Luck <tony.luck@intel.com> | Tue Apr 02 09:39:48 2013 -0700 |
tree | 8cf2c1ca678099569e4ac3de320596fd926a2798 | |
parent | d303e9e98fce56cdb3c6f2ac92f626fc2bd51c77 [diff] |
Fix build error for numa_clear_node() under IA64 numa_clear_node() function is not implemented under IA64, it will be called in unmap_cpu_on_node() in mm/memory_hotplug.c. This cause build error under IA64, this patch adds numa_clear_node() in IA64 to fix this problem. [Added __cpuinit notation to numa_clear_node() to keep linker happy -Tony] Signed-off-by: Yijing Wang <wangyijing@huawei.com> Signed-off-by: Tony Luck <tony.luck@intel.com>