From: Rod Whitby Date: Sun, 6 Apr 2008 10:18:22 +0000 (+0000) Subject: linux-ixp4xx: Disable the dmabounce debugging - it just happens too often to be enabl... X-Git-Tag: Release-2010-05/1~7247^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbc0a682a9457cddec1f61ca72d0c108ee3b890f;p=openembedded.git linux-ixp4xx: Disable the dmabounce debugging - it just happens too often to be enabled for production kernels --- diff --git a/packages/linux/linux-ixp4xx/defconfig-2.6.24.4 b/packages/linux/linux-ixp4xx/defconfig-2.6.24.4 index de78fc3741..555248c29d 100644 --- a/packages/linux/linux-ixp4xx/defconfig-2.6.24.4 +++ b/packages/linux/linux-ixp4xx/defconfig-2.6.24.4 @@ -163,7 +163,7 @@ CONFIG_MACH_FSG=y # IXP4xx Options # CONFIG_DMABOUNCE=y -CONFIG_DMABOUNCE_DEBUG=y +# CONFIG_DMABOUNCE_DEBUG is not set # CONFIG_IXP4XX_INDIRECT_PCI is not set CONFIG_IXP4XX_QMGR=y CONFIG_IXP4XX_NPE=y diff --git a/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24.4 b/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24.4 index 2a382b34b3..d4cfa7c6fd 100644 --- a/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24.4 +++ b/packages/linux/linux-ixp4xx/nslu2/defconfig-2.6.24.4 @@ -163,7 +163,7 @@ CONFIG_MACH_FSG=y # IXP4xx Options # CONFIG_DMABOUNCE=y -CONFIG_DMABOUNCE_DEBUG=y +# CONFIG_DMABOUNCE_DEBUG is not set # CONFIG_IXP4XX_INDIRECT_PCI is not set CONFIG_IXP4XX_QMGR=y CONFIG_IXP4XX_NPE=y diff --git a/packages/linux/linux-ixp4xx_2.6.24.4.bb b/packages/linux/linux-ixp4xx_2.6.24.4.bb index 1be0724e2f..1964c23839 100644 --- a/packages/linux/linux-ixp4xx_2.6.24.4.bb +++ b/packages/linux/linux-ixp4xx_2.6.24.4.bb @@ -8,7 +8,7 @@ KERNEL_RELEASE = "2.6.24.4" #PV = "${VANILLA_VERSION}+${KERNEL_RELEASE}+svnr${SRCREV}" PV = "${KERNEL_RELEASE}+svnr${SRCREV}" -# PR = "r1" +PR = "r1" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${VANILLA_VERSION}.tar.bz2 \ ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${KERNEL_RELEASE}.bz2;patch=1 \