From 53302222debe568bbfb27985eb97ffdfcf3bff24 Mon Sep 17 00:00:00 2001 From: Daniel Kurtz Date: Thu, 12 Dec 2013 07:07:23 +0900 Subject: [PATCH] ARM: EXYNOS: Constify data tables for pmu 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 4 // after Signed-off-by: Daniel Kurtz Reviewed-by: Tomasz Figa Signed-off-by: Kukjin Kim --- Reading git-format-patch failed