[kernel] r10108 - in dists/trunk/linux-2.6/debian/config: . amd64 i386

Maximilian Attems maks at alioth.debian.org
Tue Jan 15 11:34:45 UTC 2008


Author: maks
Date: Tue Jan 15 11:34:44 2008
New Revision: 10108

Log:
x86: RELOCATABLE is x86 arch specific, mv it over

fix trying to assign nonexistent symbol RELOCATABLE


Modified:
   dists/trunk/linux-2.6/debian/config/amd64/config
   dists/trunk/linux-2.6/debian/config/config
   dists/trunk/linux-2.6/debian/config/i386/config

Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config	(original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config	Tue Jan 15 11:34:44 2008
@@ -1311,6 +1311,7 @@
 CONFIG_MMU=y
 CONFIG_MOUSE_PS2_SYNAPTICS=y
 CONFIG_PHYSICAL_ALIGN=0x200000
+# CONFIG_RELOCATABLE is not set
 CONFIG_VIRT_TO_BUS=y
 CONFIG_BASE_FULL=y
 CONFIG_GENERIC_HWEIGHT=y

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Tue Jan 15 11:34:44 2008
@@ -2065,7 +2065,6 @@
 # CONFIG_USB_GADGET_S3C2410 is not set
 # CONFIG_USB_GADGET_M66592 is not set
 CONFIG_VGASTATE=m
-# CONFIG_RELOCATABLE is not set
 # CONFIG_USB_PERSIST is not set
 CONFIG_TIMERFD=y
 # CONFIG_USB_GADGET_AMD5536UDC is not set

Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config	(original)
+++ dists/trunk/linux-2.6/debian/config/i386/config	Tue Jan 15 11:34:44 2008
@@ -1491,6 +1491,7 @@
 CONFIG_CRYPTO_DEV_GEODE=m
 # CONFIG_FB_GEODE_GX_SET_FBSIZE is not set
 CONFIG_PHYSICAL_ALIGN=0x100000
+# CONFIG_RELOCATABLE is not set
 # CONFIG_ARCH_HAS_ILOG2_U64 is not set
 CONFIG_KS0108=m
 CONFIG_KS0108_PORT=0x378



More information about the Kernel-svn-changes mailing list