Re: [PATCH 3/5] acpi: move x86/mm/srat.c to x86/kernel/acpi/srat.c

2013-02-04 Thread li guang
在 2013-02-04一的 11:44 -0800,David Rientjes写道: > 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 > > --- > > arch/x86/kernel/acpi/Makefile |1 + > > arch/x86/mm/Makefile

Re: [PATCH 3/5] acpi: move x86/mm/srat.c to x86/kernel/acpi/srat.c

2013-02-04 Thread David Rientjes
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 > --- > arch/x86/kernel/acpi/Makefile |1 + > arch/x86/mm/Makefile |1 - > arch/x86/mm/srat.c| 191 > -

[PATCH 3/5] 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/mm/Makefile |1 - arch/x86/mm/srat.c| 191 - 3 files changed, 1 in