just do some trivial changes to make acpi's numa info operation more cleaner. ChangeLog v1->v2 1. fix-up several coding issues 2. finish srat.c change spotted by David Rientjes <rientjes@xxxxxxxxxx> Li Guang(4) numa: avoid export acpi_numa variable acpi: move x86/mm/srat.c to x86/kernel/acpi/srat.c acpi: add clock_domain field to acpi_srat_cpu_affinity remove include asm/acpi.h in process_driver.c arch/x86/include/asm/acpi.h | 2 +- arch/x86/kernel/acpi/srat.c | 212 +++++++++++++++++++++++++++++++++++++++++++--- arch/x86/mm/srat.c | 197 ------------------------------------------- arch/x86/mm/numa.c | 2 +- arch/x86/xen/enlighten.c | 2 +- include/acpi/actbl1.h | 2 +- drivers/acpi/processor_driver.c | 1 - 7 files changed, 211 insertions(+), 207 deletions(-) create mode 100644 arch/x86/kernel/acpi/srat.c delete mode 100644 arch/x86/mm/srat.c -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html