On Mon, 4 Feb 2013, liguang wrote: > srat table should present only on acpi domain, > seems mm/ is not the right place for it. > > Signed-off-by: liguang <lig.fnst@xxxxxxxxxxxxxx> > --- > arch/x86/kernel/acpi/Makefile | 1 + > arch/x86/mm/Makefile | 1 - > arch/x86/mm/srat.c | 191 ----------------------------------------- > 3 files changed, 1 insertions(+), 192 deletions(-) > delete mode 100644 arch/x86/mm/srat.c > I was excited for a moment because this would have been one great cleanup, but you never readded the code to arch/x86/kernel/acpi. (You probably need to do "git add <newfile>" before generating the patch file.) I do like the idea of moving it, though, if it's build tested thoroughly. -- 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