[PATCH 1/3] ARM: EXYNOS: pmu: Constify data tables

2013-11-20 Thread Daniel Kurtz
These tables are all immutable, make them const to save 4416 bytes of RAM. size arch/arm/mach-exynos/pmu.o textdata bss 8484420 4 // before 5264 4 4 // after Signed-off-by: Daniel Kurtz --- arch/arm/mach-exynos/pmu.c | 14 +++--- 1

Re: [PATCH 1/3] ARM: EXYNOS: pmu: Constify data tables

2013-12-09 Thread Tomasz Figa
Hi Daniel, On Thursday 21 of November 2013 02:21:24 Daniel Kurtz wrote: > These tables are all immutable, make them const to save 4416 bytes of RAM. > > size arch/arm/mach-exynos/pmu.o >text data bss > 848 4420 4 // before >5264 4

Re: [PATCH 1/3] ARM: EXYNOS: pmu: Constify data tables

2013-12-09 Thread Daniel Kurtz
Hi Tomasz, Thank you for the reviews. On Dec 9, 2013 5:15 AM, "Tomasz Figa" wrote: > > Hi Daniel, > > On Thursday 21 of November 2013 02:21:24 Daniel Kurtz wrote: > > These tables are all immutable, make them const to save 4416 bytes of RAM. > > > > size arch/arm/mach-exynos/pmu.o > >text

Re: [PATCH 1/3] ARM: EXYNOS: pmu: Constify data tables

2013-12-09 Thread Tomasz Figa
On Tuesday 10 of December 2013 00:11:40 Daniel Kurtz wrote: > Hi Tomasz, > > Thank you for the reviews. > > On Dec 9, 2013 5:15 AM, "Tomasz Figa" wrote: > > > > Hi Daniel, > > > > On Thursday 21 of November 2013 02:21:24 Daniel Kurtz wrote: > > > These tables are all immutable, make them const t

Re: [PATCH 1/3] ARM: EXYNOS: pmu: Constify data tables

2013-12-09 Thread Kukjin Kim
On 12/10/13 01:15, Tomasz Figa wrote: On Tuesday 10 of December 2013 00:11:40 Daniel Kurtz wrote: Hi Tomasz, Thank you for the reviews. On Dec 9, 2013 5:15 AM, "Tomasz Figa" wrote: Hi Daniel, On Thursday 21 of November 2013 02:21:24 Daniel Kurtz wrote: These tables are all immutable, make