aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS
diff options
context:
space:
mode:
authorChanwoo Choi <cw00.choi@samsung.com>2016-08-22 11:49:44 +0900
committerSylwester Nawrocki <s.nawrocki@samsung.com>2016-09-09 17:34:34 +0200
commit7a23fa0c6a9f5abf132d015cabc9d48a6eba3957 (patch)
treeb79f78b8a96981e736f342971be5810ccdd3e301 /CREDITS
parentMAINTAINERS: Add myself as Samsung SoC clock drivers co-maintainer (diff)
downloadlinux-dev-7a23fa0c6a9f5abf132d015cabc9d48a6eba3957.tar.xz
linux-dev-7a23fa0c6a9f5abf132d015cabc9d48a6eba3957.zip
clk: samsung: exynos5260: Move struct samsung_cmu_info to init section
This patch moves the samsung_cmu_info struct instances to initconst section, this decreases the kernel image size by 784 bytes, which makes zImage smaller by 480 bytes. The patch increases .init.rodata section size by 780 bytes but decreases .init.text section size by 1564 bytes. Size of the drivers/clk/samsung/clk-exynos5260.o object file is 29100 bytes without the patch and 28316 after applying the patch. The section size differences are as below: 15c15 < 3 .init.text 000006b8 00000000 00000000 00000034 2**2 --- > 3 .init.text 0000009c 00000000 00000000 00000034 2**2 25c25 < 8 .init.rodata 00003f6c 00000000 00000000 00002f20 2**2 --- > 8 .init.rodata 00004278 00000000 00000000 00002904 2**2 Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions