Re: [PATCH v3 1/4] acpi: move x86/mm/srat.c to x86/kernel/acpi/srat.c

2013-02-04 Thread Yasuaki Ishimatsu
2013/02/05 16:35, liguang wrote: > srat table should present only on acpi domain, > seems mm/ is not the right place for it. > > Signed-off-by: liguang > --- Reviewed-by: Yasuaki Ishimatsu Thanks, Yasuaki Ishimatsu > arch/x86/kernel/acpi/Makefile |1 + > arch/x86/kernel/acpi/srat.c |

[PATCH v3 1/4] acpi: move x86/mm/srat.c to x86/kernel/acpi/srat.c

2013-02-04 Thread liguang
srat table should present only on acpi domain, seems mm/ is not the right place for it. Signed-off-by: liguang --- arch/x86/kernel/acpi/Makefile |1 + arch/x86/kernel/acpi/srat.c | 198 + arch/x86/mm/Makefile |1 - arch/x86/mm/srat.c