diff options
author | Keith Mannthey <kmannth@us.ibm.com> | 2006-10-01 02:27:08 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-01 03:39:18 -0400 |
commit | 53947027ad90542ddb2bb746e3175827c270610a (patch) | |
tree | 385add6ef71095c9dba4c23ef778d92502de1086 /drivers/base/Makefile | |
parent | 8c2676a5870ab15cbeea9f826266bc946fe3cc26 (diff) |
[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_SPARSE
Migate CONFIG_MEMORY_HOTPLUG to CONFIG_MEMORY_HOTPLUG_SPARSE where needed.
Signed-off-by: Keith Mannthey <kmannth@us.ibm.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/base/Makefile')
-rw-r--r-- | drivers/base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/Makefile b/drivers/base/Makefile index b539e5e75b56..7bbb9eeda235 100644 --- a/drivers/base/Makefile +++ b/drivers/base/Makefile | |||
@@ -8,7 +8,7 @@ obj-y += power/ | |||
8 | obj-$(CONFIG_ISA) += isa.o | 8 | obj-$(CONFIG_ISA) += isa.o |
9 | obj-$(CONFIG_FW_LOADER) += firmware_class.o | 9 | obj-$(CONFIG_FW_LOADER) += firmware_class.o |
10 | obj-$(CONFIG_NUMA) += node.o | 10 | obj-$(CONFIG_NUMA) += node.o |
11 | obj-$(CONFIG_MEMORY_HOTPLUG) += memory.o | 11 | obj-$(CONFIG_MEMORY_HOTPLUG_SPARSE) += memory.o |
12 | obj-$(CONFIG_SMP) += topology.o | 12 | obj-$(CONFIG_SMP) += topology.o |
13 | obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o | 13 | obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o |
14 | 14 | ||