|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
Re: [XenPPC] [linux-ppc-2.6] [LINUX][XEN][POWEPRC] def config changes
I want to quibble about this change.
First this is not an
# Automatically generated make config: don't edit
I thought we diligently updated this file by hand. We edit it all the
time. The comment is flat out wrong. (I know you did not change the
comment today, but I am in a quibbling mood.)
Second quibble:
-# Sat Oct 7 08:37:53 2006
+# Thu Oct 12 16:16:49 2006
Why did you change the date? May I point out that today is neither Oct
7th nor is Oct 12. Maybe Amos was right about the battery on your
machine clock, after all. May I point out that the change is spurious.
Xen patchbot-linux-ppc-2.6 wrote:
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID f4d382795e57b926cd82256bcb3a74c539731796
# Parent 4ab8b63fcff117bec150b9f6afd3ff292f51c1dd
[LINUX][XEN][POWEPRC] def config changes
- turn off SCSI and IPR debugging now that it works
- add CONFIG_NUMA to complimenet the memory hotplug that allows us to
map granted memory
Signed-off-by: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
---
arch/powerpc/configs/xen_maple_defconfig | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff -r 4ab8b63fcff1 -r f4d382795e57 arch/powerpc/configs/xen_maple_defconfig
--- a/arch/powerpc/configs/xen_maple_defconfig Tue Oct 24 11:24:33 2006 -0400
+++ b/arch/powerpc/configs/xen_maple_defconfig Wed Oct 25 17:22:54 2006 -0400
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.17
-# Sat Oct 7 08:37:53 2006
+# Thu Oct 12 16:16:49 2006
#
CONFIG_PPC64=y
CONFIG_64BIT=y
@@ -163,9 +163,9 @@ CONFIG_EEH=y
CONFIG_EEH=y
CONFIG_SCANLOG=y
CONFIG_LPARCFG=y
-# CONFIG_NUMA is not set
+CONFIG_NUMA=y
+CONFIG_NODES_SHIFT=4
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
-CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_SELECT_MEMORY_MODEL=y
@@ -173,12 +173,15 @@ CONFIG_SELECT_MEMORY_MODEL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
+CONFIG_NEED_MULTIPLE_NODES=y
CONFIG_HAVE_MEMORY_PRESENT=y
# CONFIG_SPARSEMEM_STATIC is not set
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_MEMORY_HOTPLUG=y
CONFIG_SPLIT_PTLOCK_CPUS=4
+CONFIG_MIGRATION=y
CONFIG_RESOURCES_64BIT=y
+CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y
CONFIG_ARCH_MEMORY_PROBE=y
# CONFIG_PPC_64K_PAGES is not set
# CONFIG_SCHED_SMT is not set
@@ -512,14 +515,14 @@ CONFIG_SCSI_SAS_ATTRS=y
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
CONFIG_SCSI_IPR=y
-CONFIG_SCSI_IPR_TRACE=y
-CONFIG_SCSI_IPR_DUMP=y
+# CONFIG_SCSI_IPR_TRACE is not set
+# CONFIG_SCSI_IPR_DUMP is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
-CONFIG_SCSI_DEBUG=y
+# CONFIG_SCSI_DEBUG is not set
#
# Multi-device support (RAID and LVM)
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
|
|
|
|