]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ARM: exynos_defconfig: Enable DYNAMIC_DEBUG and get rid of old ext3
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 30 Jan 2017 19:27:49 +0000 (21:27 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 7 Mar 2017 18:56:17 +0000 (20:56 +0200)
commitd3b6e2706dbb7595cf4e5e59ffffe4528ee02517
tree8820431a1e022d5f9d7487080985217269e9ca21
parentc1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201
ARM: exynos_defconfig: Enable DYNAMIC_DEBUG and get rid of old ext3

DYNAMIC_DEBUG is quite useful for debugging kernels and should not cause
noticeable performance regressions.  It makes the kernel bigger (around 4%)
but this difference should not impact typical developer and reference
usage of this defconfig.

Sizes:
zImage-old:       4641496 bytes
zImage-new:       4811384 bytes

   text    data     bss     dec     hex filename
7031229 2570916  327016 9929161  9781c9 vmlinux-old
7205921 2800052  327016 10332989 9dab3d vmlinux-new

Additionally, remove the EXT3_FS symbol because it is entirely replaced
by EXT4_FS.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
arch/arm/configs/exynos_defconfig