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]>
* Reserve nocache dynamically proportionally to the amount of
*/
-static void srmmu_nocache_calcsize(void)
+static void __init srmmu_nocache_calcsize(void)
{
unsigned long sysmemavail = probe_memory() / 1024;
int srmmu_nocache_npages;
return vstart;
}
-static inline void map_kernel(void)
+static void __init map_kernel(void)
{
int i;