Browse Source

sparc32: rename mm/srmmu.h to mm/mm_32.h

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>
Sam Ravnborg 11 years ago
parent
commit
ddb7417ea9
3 changed files with 2 additions and 2 deletions
  1. 1 1
      arch/sparc/mm/leon_mm.c
  2. 0 0
      arch/sparc/mm/mm_32.h
  3. 1 1
      arch/sparc/mm/srmmu.c

+ 1 - 1
arch/sparc/mm/leon_mm.c

@@ -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;

+ 0 - 0
arch/sparc/mm/srmmu.h → arch/sparc/mm/mm_32.h


+ 1 - 1
arch/sparc/mm/srmmu.c

@@ -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;