Re: [PATCH] x86: use the correct macros

2012-09-27 Thread Wen Congyang
At 09/26/2012 09:11 AM, Yasuaki Ishimatsu Wrote: > This patch fixes to use the correct macros. But you don't fix all. For example: = arg.start_pfn = pfn; arg.nr_pages = nr_pages; arg.status_change_nid = -1; <== here nid = page_to_nid(pfn_to

[PATCH] x86: use the correct macros

2012-09-25 Thread Yasuaki Ishimatsu
This patch fixes to use the correct macros. CC: Len Brown CC: Thomas Gleixner CC: Ingo Molnar CC: H. Peter Anvin Signed-off-by: Yasuaki Ishimatsu --- arch/x86/kernel/acpi/boot.c |2 +- drivers/acpi/numa.c |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) Index: linu