]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sparc32: rename mm/srmmu.h to mm/mm_32.h
authorSam Ravnborg <sam@ravnborg.org>
Mon, 21 Apr 2014 19:39:16 +0000 (21:39 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Apr 2014 05:12:24 +0000 (01:12 -0400)
This file will be used for more than just srmmu stuff, so the old name was misleading.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/mm/leon_mm.c
arch/sparc/mm/mm_32.h [moved from arch/sparc/mm/srmmu.h with 100% similarity]
arch/sparc/mm/srmmu.c

index 5bed085a2c17984a5c33fc5ea509005e3db679cb..649cad6ba5ae5be71b8eda9ddc6bc855a21f5c0b 100644 (file)
@@ -15,7 +15,7 @@
 #include <asm/leon.h>
 #include <asm/tlbflush.h>
 
-#include "srmmu.h"
+#include "mm_32.h"
 
 int leon_flush_during_switch = 1;
 int srmmu_swprobe_trace;
similarity index 100%
rename from arch/sparc/mm/srmmu.h
rename to arch/sparc/mm/mm_32.h
index cfbe53c17b0dbb61b25f8ae48c0f3017f307cc6f..ed0b0b6a8129b371ae4c40d53adabc4f9c58bb49 100644 (file)
@@ -49,7 +49,7 @@
 #include <asm/mxcc.h>
 #include <asm/ross.h>
 
-#include "srmmu.h"
+#include "mm_32.h"
 
 enum mbus_module srmmu_modtype;
 static unsigned int hwbug_bitmask;