[kernel] r20222 - in dists/sid/linux/debian: . config/armel
Ben Hutchings
benh at alioth.debian.org
Sun Jun 9 23:49:01 UTC 2013
Author: benh
Date: Sun Jun 9 23:49:00 2013
New Revision: 20222
Log:
[armel/iop32x,armel/ixp4xx] Disable OABI_COMPAT, PCI_QUIRKS to reduce kernel size (fixes FTBFS)
Modified:
dists/sid/linux/debian/changelog
dists/sid/linux/debian/config/armel/config.iop32x
dists/sid/linux/debian/config/armel/config.ixp4xx
Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog Sun Jun 9 21:51:41 2013 (r20221)
+++ dists/sid/linux/debian/changelog Sun Jun 9 23:49:00 2013 (r20222)
@@ -50,6 +50,8 @@
* [s390] Add pgste to ptep_modify_prot_start()
* [s390] Enable PCI, PCI and USB drivers
* [powerpc] Fix build error in stable/3.9
+ * [armel/iop32x,armel/ixp4xx] Disable OABI_COMPAT, PCI_QUIRKS to reduce
+ kernel size (fixes FTBFS)
-- Ben Hutchings <ben at decadent.org.uk> Sat, 08 Jun 2013 15:25:11 +0100
Modified: dists/sid/linux/debian/config/armel/config.iop32x
==============================================================================
--- dists/sid/linux/debian/config/armel/config.iop32x Sun Jun 9 21:51:41 2013 (r20221)
+++ dists/sid/linux/debian/config/armel/config.iop32x Sun Jun 9 23:49:00 2013 (r20222)
@@ -22,15 +22,14 @@
# CONFIG_ARCH_OMAP is not set
## end choice
CONFIG_PCI=y
+#. This also disables FP emulation, which saves over 20K
+# CONFIG_OABI_COMPAT is not set
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_CMDLINE=""
# CONFIG_XIP_KERNEL is not set
CONFIG_KEXEC=y
CONFIG_ATAGS_PROC=y
-CONFIG_FPE_NWFPE=y
-# CONFIG_FPE_NWFPE_XP is not set
-# CONFIG_FPE_FASTFPE is not set
# CONFIG_ARTHUR is not set
##
@@ -483,6 +482,12 @@
CONFIG_PCI_HERMES=m
##
+## file: drivers/pci/Kconfig
+##
+#. Saves about 17K, and none of the quirks are likely to be needed
+# CONFIG_PCI_QUIRKS is not set
+
+##
## file: drivers/pcmcia/Kconfig
##
# CONFIG_PCCARD is not set
@@ -586,6 +591,7 @@
##
## file: init/Kconfig
##
+# CONFIG_AUDITSYSCALL is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
Modified: dists/sid/linux/debian/config/armel/config.ixp4xx
==============================================================================
--- dists/sid/linux/debian/config/armel/config.ixp4xx Sun Jun 9 21:51:41 2013 (r20221)
+++ dists/sid/linux/debian/config/armel/config.ixp4xx Sun Jun 9 23:49:00 2013 (r20222)
@@ -22,15 +22,14 @@
# CONFIG_ARCH_OMAP is not set
## end choice
CONFIG_PCI=y
+#. This also disables FP emulation, which saves over 20K
+# CONFIG_OABI_COMPAT is not set
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_CMDLINE="console=ttyS0,115200"
# CONFIG_XIP_KERNEL is not set
CONFIG_KEXEC=y
CONFIG_ATAGS_PROC=y
-CONFIG_FPE_NWFPE=y
-# CONFIG_FPE_NWFPE_XP is not set
-# CONFIG_FPE_FASTFPE is not set
# CONFIG_ARTHUR is not set
##
@@ -561,6 +560,12 @@
CONFIG_PCI_HERMES=m
##
+## file: drivers/pci/Kconfig
+##
+#. Saves about 17K, and none of the quirks are likely to be needed
+# CONFIG_PCI_QUIRKS is not set
+
+##
## file: drivers/pcmcia/Kconfig
##
# CONFIG_PCCARD is not set
@@ -720,6 +725,7 @@
##
## file: init/Kconfig
##
+# CONFIG_AUDITSYSCALL is not set
CONFIG_LOG_BUF_SHIFT=14
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
More information about the Kernel-svn-changes
mailing list