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

just do some trivial changes to make acpi's numa info
operation more cleaner.

ChangeLog

v2->v3
 1. rebase on linux-next
 2. bring back lost Makefile changes
 spotted by David Rientjes <rientjes@google.com>
 spotted by Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>

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/Makefile		|    1 +
 arch/x86/kernel/acpi/srat.c 		|  212 +++++++++++++++++++++++++++++++++++++++++++---
 arch/x86/mm/Makefile			|    1 -
 arch/x86/mm/srat.c          		|  198 -------------------------------------------
 arch/x86/mm/numa.c          		|    2 +-
 arch/x86/xen/enlighten.c    		|    2 +-
 include/acpi/actbl1.h       		|    2 +-
 drivers/acpi/processor_driver.c 	|    1 -

 9 files changed, 212 insertions(+), 208 deletions(-)
 create mode 100644 arch/x86/kernel/acpi/srat.c
 delete mode 100644 arch/x86/mm/srat.c

 

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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05  7:35 [PATCH v3 0/4] acpi: do some changes for numa info liguang
2013-02-05  7:35 ` [PATCH v3 1/4] acpi: move x86/mm/srat.c to x86/kernel/acpi/srat.c liguang
2013-02-05  7:57   ` Yasuaki Ishimatsu
2013-02-05  7:36 ` [PATCH v3 2/4] numa: avoid export acpi_numa variable liguang
2013-02-05  7:55   ` Yasuaki Ishimatsu
2013-02-05  8:10     ` li guang
2013-02-05  8:11     ` Yasuaki Ishimatsu
2013-02-05  7:36 ` [PATCH v3 3/4] acpi: add clock_domain field to acpi_srat_cpu_affinity liguang
2013-02-05  7:36 ` [PATCH v3 4/4] remove include asm/acpi.h in process_driver.c liguang

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