sparc32: define a few srmmu functions __init
authorSam Ravnborg <[email protected]>
Thu, 26 Jul 2012 11:02:11 +0000 (11:02 +0000)
committerDavid S. Miller <[email protected]>
Thu, 26 Jul 2012 23:46:15 +0000 (16:46 -0700)
They are only used during early init so lets get rid of them
after init to save some RAM.

Signed-off-by: Sam Ravnborg <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
arch/sparc/mm/srmmu.c

index 62e3f57733037d89d828d389bdefff93c0bc3f0b..b2ba9d162c9e7b9ede41cdeb565f31c3e9e7db49 100644 (file)
@@ -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 <[email protected]>, 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;