r4547 - dists/trunk/linux-2.6/debian/arch/powerpc

Sven Luther luther at costa.debian.org
Wed Oct 19 16:14:25 UTC 2005


Author: luther
Date: 2005-10-19 16:14:25 +0000 (Wed, 19 Oct 2005)
New Revision: 4547

Modified:
   dists/trunk/linux-2.6/debian/arch/powerpc/config.powerpc64
Log:
powerpc64 needs DISCONTIGMEM, not FLATMEM, which where causing the build problems.


Modified: dists/trunk/linux-2.6/debian/arch/powerpc/config.powerpc64
===================================================================
--- dists/trunk/linux-2.6/debian/arch/powerpc/config.powerpc64	2005-10-19 16:10:44 UTC (rev 4546)
+++ dists/trunk/linux-2.6/debian/arch/powerpc/config.powerpc64	2005-10-19 16:14:25 UTC (rev 4547)
@@ -30,6 +30,8 @@
 CONFIG_MEGARAID_LEGACY=m
 CONFIG_MPIC_BROKEN_U3=y
 CONFIG_NR_CPUS=32
+# CONFIG_FLATMEM is not set
+CONFIG_DISCONTIGMEM=y
 CONFIG_NUMA=y
 # CONFIG_PMAC_BACKLIGHT is not set
 # CONFIG_PMAC_PBOOK is not set
@@ -60,3 +62,4 @@
 CONFIG_THERM_PM72=y
 CONFIG_U3_DART=y
 CONFIG_WATCHDOG_RTAS=m
+




More information about the Kernel-svn-changes mailing list