[PATCH] mm/IA64: fix build error for numa_clear_node() under IA64

2013-03-20 Thread Yijing Wang
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 add numa_clear_node() in IA64 to fix this problem. Signed-off-by: Yijing Wang --- arch/ia64/include/asm/numa.h |5 ++---

[PATCH] mm/IA64: fix build error for numa_clear_node() under IA64

2013-03-20 Thread Yijing Wang
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 add numa_clear_node() in IA64 to fix this problem. Signed-off-by: Yijing Wang wangyij...@huawei.com ---