From patchwork Fri Jul 20 07:55:36 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/9] sparc32: define a few srmmu functons __init Date: Thu, 19 Jul 2012 21:55:36 -0000 From: Sam Ravnborg X-Patchwork-Id: 172160 Message-Id: <1342770944-17476-1-git-send-email-sam@ravnborg.org> To: "David S. Miller" Cc: sparclinux , Sam Ravnborg They are only used during early init so lets get rid of them after init to save some RAM. Signed-off-by: Sam Ravnborg --- arch/sparc/mm/srmmu.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c index 62e3f57..b2ba9d1 100644 --- a/arch/sparc/mm/srmmu.c +++ b/arch/sparc/mm/srmmu.c @@ -232,7 +232,7 @@ extern unsigned long probe_memory(void); /* in fault.c */ * Reserve nocache dynamically proportionally to the amount of * system RAM. -- Tomas Szepe , June 2002 */ -static void srmmu_nocache_calcsize(void) +static void __init srmmu_nocache_calcsize(void) { unsigned long sysmemavail = probe_memory() / 1024; int srmmu_nocache_npages; @@ -776,7 +776,7 @@ static unsigned long __init map_spbank(unsigned long vbase, int sp_entry) return vstart; } -static inline void map_kernel(void) +static void __init map_kernel(void) { int i;