Author: dannf Date: Tue Nov 13 06:34:52 2007 New Revision: 9720 Log: * Enable hugetlbfs on i386, amd64, sparc64 and powerpc64. Closes: #450939
Modified: dists/trunk/linux-2.6/debian/changelog dists/trunk/linux-2.6/debian/config/amd64/config dists/trunk/linux-2.6/debian/config/i386/config 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/changelog ============================================================================== --- dists/trunk/linux-2.6/debian/changelog (original) +++ dists/trunk/linux-2.6/debian/changelog Tue Nov 13 06:34:52 2007 @@ -109,8 +109,9 @@ [ dann frazier ] * [ia64] Re-enable various unintentionally disabled config options + * Enable hugetlbfs on i386, amd64, sparc64 and powerpc64. Closes: #450939 - -- Bastian Blank <[EMAIL PROTECTED]> Fri, 26 Oct 2007 00:15:41 +0200 + -- dann frazier <[EMAIL PROTECTED]> Mon, 12 Nov 2007 22:23:32 -0700 linux-2.6 (2.6.22-6) unstable; urgency=low 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 06:34:52 2007 @@ -1168,7 +1168,8 @@ CONFIG_DELL_RBU=m CONFIG_JBD=m CONFIG_XFS_RT=y -# CONFIG_HUGETLBFS is not set +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/i386/config ============================================================================== --- dists/trunk/linux-2.6/debian/config/i386/config (original) +++ dists/trunk/linux-2.6/debian/config/i386/config Tue Nov 13 06:34:52 2007 @@ -1373,7 +1373,8 @@ CONFIG_MMC_WBSD=m CONFIG_JBD=m CONFIG_XFS_RT=y -# CONFIG_HUGETLBFS is not set +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/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 06:34:52 2007 @@ -14,7 +14,8 @@ # CONFIG_GEN_RTC is not set CONFIG_HANGCHECK_TIMER=m # CONFIG_HOTPLUG_PCI is not set -# CONFIG_HUGETLBFS 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 06:34:52 2007 @@ -263,7 +263,8 @@ # CONFIG_BLK_DEV_HPT366 is not set # USB DSL modem support CONFIG_BLK_DEV_PDC202XX_OLD=m -# CONFIG_HUGETLBFS is not set +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 06:34:52 2007 @@ -264,7 +264,8 @@ # CONFIG_BLK_DEV_HPT366 is not set # USB DSL modem support CONFIG_BLK_DEV_PDC202XX_OLD=m -# CONFIG_HUGETLBFS is not set +CONFIG_HUGETLBFS=y +CONFIG_HUGETLB_PAGE=y # CONFIG_USB_IBMCAM is not set CONFIG_TIGON3=m # CONFIG_RADIO_GEMTEK_PCI is not set _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

