[kernel] r9721 - in dists/trunk/linux-2.6/debian/config: . amd64 arm hppa i386 ia64 m68k mips mipsel powerpc sparc

Bastian Blank waldi at alioth.debian.org
Tue Nov 13 09:24:30 UTC 2007


Author: waldi
Date: Tue Nov 13 09:24:29 2007
New Revision: 9721

Log:
debian/config: Enable HUGETLBFS globaly.


Modified:
   dists/trunk/linux-2.6/debian/config/amd64/config
   dists/trunk/linux-2.6/debian/config/arm/config.footbridge
   dists/trunk/linux-2.6/debian/config/arm/config.versatile
   dists/trunk/linux-2.6/debian/config/config
   dists/trunk/linux-2.6/debian/config/hppa/config
   dists/trunk/linux-2.6/debian/config/i386/config
   dists/trunk/linux-2.6/debian/config/ia64/config
   dists/trunk/linux-2.6/debian/config/m68k/config
   dists/trunk/linux-2.6/debian/config/m68k/config.amiga
   dists/trunk/linux-2.6/debian/config/m68k/config.bvme6000
   dists/trunk/linux-2.6/debian/config/m68k/config.mvme16x
   dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
   dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
   dists/trunk/linux-2.6/debian/config/mips/config.qemu
   dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32
   dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a
   dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b
   dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta
   dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta
   dists/trunk/linux-2.6/debian/config/mipsel/config.qemu
   dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a
   dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b
   dists/trunk/linux-2.6/debian/config/powerpc/config.powerpc64
   dists/trunk/linux-2.6/debian/config/sparc/config.sparc64
   dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp

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 Nov 13 09:24:29 2007
@@ -1168,8 +1168,6 @@
 CONFIG_DELL_RBU=m
 CONFIG_JBD=m
 CONFIG_XFS_RT=y
-CONFIG_HUGETLBFS=y
-CONFIG_HUGETLB_PAGE=y
 CONFIG_ADFS_FS=m
 # CONFIG_ADFS_FS_RW is not set
 CONFIG_AFFS_FS=m

Modified: dists/trunk/linux-2.6/debian/config/arm/config.footbridge
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.footbridge	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.footbridge	Tue Nov 13 09:24:29 2007
@@ -1443,7 +1443,6 @@
 #
 CONFIG_PROC_FS=y
 CONFIG_SYSFS=y
-# CONFIG_HUGETLB_PAGE is not set
 CONFIG_RAMFS=y
 CONFIG_RELAYFS_FS=m
 
@@ -1659,7 +1658,6 @@
 # CONFIG_INFTL is not set
 CONFIG_WAVELAN=m
 # CONFIG_PCMCIA_SYM53C500 is not set
-# CONFIG_HUGETLBFS is not set
 CONFIG_TCIC=m
 CONFIG_BLK_DEV_TRIFLEX=m
 CONFIG_BT_BNEP_PROTO_FILTER=y

Modified: dists/trunk/linux-2.6/debian/config/arm/config.versatile
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.versatile	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.versatile	Tue Nov 13 09:24:29 2007
@@ -1082,7 +1082,6 @@
 CONFIG_PROC_FS=y
 CONFIG_SYSFS=y
 CONFIG_TMPFS=y
-# CONFIG_HUGETLB_PAGE is not set
 CONFIG_RAMFS=y
 CONFIG_CONFIGFS_FS=m
 

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 Nov 13 09:24:29 2007
@@ -742,7 +742,7 @@
 CONFIG_XFS_POSIX_ACL=y
 CONFIG_SYSFS=y
 CONFIG_TMPFS=y
-# CONFIG_HUGETLB_PAGE is not set
+CONFIG_HUGETLBFS=y
 CONFIG_RAMFS=y
 CONFIG_CRAMFS=y
 CONFIG_NFS_FS=m

Modified: dists/trunk/linux-2.6/debian/config/hppa/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/hppa/config	(original)
+++ dists/trunk/linux-2.6/debian/config/hppa/config	Tue Nov 13 09:24:29 2007
@@ -636,7 +636,6 @@
 CONFIG_FS_MBCACHE=y
 CONFIG_SYSFS=y
 CONFIG_TMPFS=y
-# CONFIG_HUGETLB_PAGE is not set
 CONFIG_RAMFS=y
 # CONFIG_XFS_FS is not set
 # CONFIG_ADFS_FS 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 Nov 13 09:24:29 2007
@@ -1373,8 +1373,6 @@
 CONFIG_MMC_WBSD=m
 CONFIG_JBD=m
 CONFIG_XFS_RT=y
-CONFIG_HUGETLBFS=y
-CONFIG_HUGETLB_PAGE=y
 CONFIG_ADFS_FS=m
 # CONFIG_ADFS_FS_RW is not set
 CONFIG_AFFS_FS=m

Modified: dists/trunk/linux-2.6/debian/config/ia64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/ia64/config	(original)
+++ dists/trunk/linux-2.6/debian/config/ia64/config	Tue Nov 13 09:24:29 2007
@@ -603,8 +603,6 @@
 CONFIG_SGI_IOC3=m
 CONFIG_JBD=m
 CONFIG_FS_MBCACHE=m
-CONFIG_HUGETLBFS=y
-CONFIG_HUGETLB_PAGE=y
 CONFIG_ADFS_FS=m
 # CONFIG_ADFS_FS_RW is not set
 CONFIG_AFFS_FS=m

Modified: dists/trunk/linux-2.6/debian/config/m68k/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/m68k/config	(original)
+++ dists/trunk/linux-2.6/debian/config/m68k/config	Tue Nov 13 09:24:29 2007
@@ -147,7 +147,6 @@
 # CONFIG_JBD_DEBUG is not set
 CONFIG_SYSFS=y
 CONFIG_TMPFS=y
-# CONFIG_HUGETLB_PAGE is not set
 CONFIG_RAMFS=y
 # CONFIG_ADFS_FS is not set
 # CONFIG_BEFS_FS is not set

Modified: dists/trunk/linux-2.6/debian/config/m68k/config.amiga
==============================================================================
--- dists/trunk/linux-2.6/debian/config/m68k/config.amiga	(original)
+++ dists/trunk/linux-2.6/debian/config/m68k/config.amiga	Tue Nov 13 09:24:29 2007
@@ -172,7 +172,6 @@
 # CONFIG_WHIPPET_SERIAL is not set
 CONFIG_MULTIFACE_III_TTY=m
 # CONFIG_SERIAL_CONSOLE is not set
-# CONFIG_HUGETLBFS is not set
 CONFIG_AFFS_FS=y
 CONFIG_HFS_FS=m
 CONFIG_HFSPLUS_FS=m

Modified: dists/trunk/linux-2.6/debian/config/m68k/config.bvme6000
==============================================================================
--- dists/trunk/linux-2.6/debian/config/m68k/config.bvme6000	(original)
+++ dists/trunk/linux-2.6/debian/config/m68k/config.bvme6000	Tue Nov 13 09:24:29 2007
@@ -49,7 +49,6 @@
 # CONFIG_SOUND is not set
 CONFIG_BVME6000_SCC=y
 CONFIG_SERIAL_CONSOLE=y
-# CONFIG_HUGETLBFS is not set
 CONFIG_AFFS_FS=m
 CONFIG_HFS_FS=m
 CONFIG_HFSPLUS_FS=m

Modified: dists/trunk/linux-2.6/debian/config/m68k/config.mvme16x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/m68k/config.mvme16x	(original)
+++ dists/trunk/linux-2.6/debian/config/m68k/config.mvme16x	Tue Nov 13 09:24:29 2007
@@ -62,7 +62,6 @@
 CONFIG_SERIAL167=y
 CONFIG_MVME162_SCC=y
 CONFIG_SERIAL_CONSOLE=y
-# CONFIG_HUGETLBFS is not set
 CONFIG_AFFS_FS=m
 CONFIG_HFS_FS=m
 CONFIG_HFSPLUS_FS=m

Modified: dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta	(original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.4kc-malta	Tue Nov 13 09:24:29 2007
@@ -2517,7 +2517,6 @@
 CONFIG_SYSFS=y
 CONFIG_TMPFS=y
 CONFIG_TMPFS_POSIX_ACL=y
-# CONFIG_HUGETLB_PAGE is not set
 CONFIG_RAMFS=y
 CONFIG_CONFIGFS_FS=m
 

Modified: dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta	(original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.5kc-malta	Tue Nov 13 09:24:29 2007
@@ -2829,7 +2829,6 @@
 CONFIG_SYSFS=y
 CONFIG_TMPFS=y
 CONFIG_TMPFS_POSIX_ACL=y
-# CONFIG_HUGETLB_PAGE is not set
 CONFIG_RAMFS=y
 CONFIG_CONFIGFS_FS=m
 

Modified: dists/trunk/linux-2.6/debian/config/mips/config.qemu
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.qemu	(original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.qemu	Tue Nov 13 09:24:29 2007
@@ -1031,7 +1031,6 @@
 CONFIG_PROC_KCORE=y
 CONFIG_SYSFS=y
 CONFIG_TMPFS=y
-# CONFIG_HUGETLB_PAGE is not set
 CONFIG_RAMFS=y
 CONFIG_CONFIGFS_FS=m
 

Modified: dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32	(original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.r5k-ip32	Tue Nov 13 09:24:29 2007
@@ -990,7 +990,6 @@
 CONFIG_PROC_KCORE=y
 CONFIG_SYSFS=y
 CONFIG_TMPFS=y
-# CONFIG_HUGETLB_PAGE is not set
 CONFIG_RAMFS=y
 # CONFIG_RELAYFS_FS is not set
 CONFIG_CONFIGFS_FS=m

Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a	(original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1-bcm91250a	Tue Nov 13 09:24:29 2007
@@ -1481,7 +1481,6 @@
 CONFIG_PROC_KCORE=y
 CONFIG_SYSFS=y
 CONFIG_TMPFS=y
-# CONFIG_HUGETLB_PAGE is not set
 CONFIG_RAMFS=y
 # CONFIG_RELAYFS_FS is not set
 CONFIG_CONFIGFS_FS=m

Modified: dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b	(original)
+++ dists/trunk/linux-2.6/debian/config/mips/config.sb1a-bcm91480b	Tue Nov 13 09:24:29 2007
@@ -1477,7 +1477,6 @@
 CONFIG_PROC_KCORE=y
 CONFIG_SYSFS=y
 CONFIG_TMPFS=y
-# CONFIG_HUGETLB_PAGE is not set
 CONFIG_RAMFS=y
 # CONFIG_RELAYFS_FS is not set
 CONFIG_CONFIGFS_FS=m

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta	(original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.4kc-malta	Tue Nov 13 09:24:29 2007
@@ -2517,7 +2517,6 @@
 CONFIG_SYSFS=y
 CONFIG_TMPFS=y
 CONFIG_TMPFS_POSIX_ACL=y
-# CONFIG_HUGETLB_PAGE is not set
 CONFIG_RAMFS=y
 CONFIG_CONFIGFS_FS=m
 

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta	(original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.5kc-malta	Tue Nov 13 09:24:29 2007
@@ -2829,7 +2829,6 @@
 CONFIG_SYSFS=y
 CONFIG_TMPFS=y
 CONFIG_TMPFS_POSIX_ACL=y
-# CONFIG_HUGETLB_PAGE is not set
 CONFIG_RAMFS=y
 CONFIG_CONFIGFS_FS=m
 

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.qemu
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.qemu	(original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.qemu	Tue Nov 13 09:24:29 2007
@@ -1036,7 +1036,6 @@
 CONFIG_PROC_KCORE=y
 CONFIG_SYSFS=y
 CONFIG_TMPFS=y
-# CONFIG_HUGETLB_PAGE is not set
 CONFIG_RAMFS=y
 CONFIG_CONFIGFS_FS=m
 

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a	(original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1-bcm91250a	Tue Nov 13 09:24:29 2007
@@ -1481,7 +1481,6 @@
 CONFIG_PROC_KCORE=y
 CONFIG_SYSFS=y
 CONFIG_TMPFS=y
-# CONFIG_HUGETLB_PAGE is not set
 CONFIG_RAMFS=y
 # CONFIG_RELAYFS_FS is not set
 CONFIG_CONFIGFS_FS=m

Modified: dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b
==============================================================================
--- dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b	(original)
+++ dists/trunk/linux-2.6/debian/config/mipsel/config.sb1a-bcm91480b	Tue Nov 13 09:24:29 2007
@@ -1477,7 +1477,6 @@
 CONFIG_PROC_KCORE=y
 CONFIG_SYSFS=y
 CONFIG_TMPFS=y
-# CONFIG_HUGETLB_PAGE is not set
 CONFIG_RAMFS=y
 # CONFIG_RELAYFS_FS is not set
 CONFIG_CONFIGFS_FS=m

Modified: dists/trunk/linux-2.6/debian/config/powerpc/config.powerpc64
==============================================================================
--- dists/trunk/linux-2.6/debian/config/powerpc/config.powerpc64	(original)
+++ dists/trunk/linux-2.6/debian/config/powerpc/config.powerpc64	Tue Nov 13 09:24:29 2007
@@ -14,8 +14,6 @@
 # CONFIG_GEN_RTC is not set
 CONFIG_HANGCHECK_TIMER=m
 # CONFIG_HOTPLUG_PCI is not set
-CONFIG_HUGETLBFS=y
-CONFIG_HUGETLB_PAGE=y
 CONFIG_HVC_CONSOLE=y
 CONFIG_HVCS=m
 CONFIG_IBMVETH=m

Modified: dists/trunk/linux-2.6/debian/config/sparc/config.sparc64
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config.sparc64	(original)
+++ dists/trunk/linux-2.6/debian/config/sparc/config.sparc64	Tue Nov 13 09:24:29 2007
@@ -263,8 +263,6 @@
 # CONFIG_BLK_DEV_HPT366 is not set
 # USB DSL modem support
 CONFIG_BLK_DEV_PDC202XX_OLD=m
-CONFIG_HUGETLBFS=y
-CONFIG_HUGETLB_PAGE=y
 # CONFIG_USB_IBMCAM is not set
 CONFIG_TIGON3=m
 # CONFIG_RADIO_GEMTEK_PCI is not set

Modified: dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp
==============================================================================
--- dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp	(original)
+++ dists/trunk/linux-2.6/debian/config/sparc/config.sparc64-smp	Tue Nov 13 09:24:29 2007
@@ -264,8 +264,6 @@
 # CONFIG_BLK_DEV_HPT366 is not set
 # USB DSL modem support
 CONFIG_BLK_DEV_PDC202XX_OLD=m
-CONFIG_HUGETLBFS=y
-CONFIG_HUGETLB_PAGE=y
 # CONFIG_USB_IBMCAM is not set
 CONFIG_TIGON3=m
 # CONFIG_RADIO_GEMTEK_PCI is not set



More information about the Kernel-svn-changes mailing list