public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] acpi: do some changes for numa info
@ 2013-02-05  2:37 liguang
  2013-02-05  2:37 ` [PATCH v2 1/4] acpi: move x86/mm/srat.c to x86/kernel/acpi/srat.c liguang
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: liguang @ 2013-02-05  2:37 UTC (permalink / raw)
  To: linux-kernel, linux-acpi, x86; +Cc: rientjes, liguang

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@google.com>

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

 

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-02-05  5:57 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05  2:37 [PATCH v2 0/4] acpi: do some changes for numa info liguang
2013-02-05  2:37 ` [PATCH v2 1/4] acpi: move x86/mm/srat.c to x86/kernel/acpi/srat.c liguang
2013-02-05  4:44   ` Yasuaki Ishimatsu
2013-02-05  4:49     ` li guang
2013-02-05  5:35   ` David Rientjes
2013-02-05  5:45     ` li guang
2013-02-05  2:37 ` [PATCH v2 2/4] numa: avoid export acpi_numa variable liguang
2013-02-05  5:27   ` Yasuaki Ishimatsu
2013-02-05  5:39   ` David Rientjes
2013-02-05  5:44     ` li guang
2013-02-05  2:37 ` [PATCH v2 3/4] acpi: add clock_domain field to acpi_srat_cpu_affinity liguang
2013-02-05  5:31   ` David Rientjes
2013-02-05  5:34   ` Yasuaki Ishimatsu
2013-02-05  2:37 ` [PATCH v2 4/4] remove include asm/acpi.h in process_driver.c liguang
2013-02-05  5:42   ` David Rientjes
2013-02-05  5:43   ` Yasuaki Ishimatsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox