Skip to content

Commit

Permalink
sparc32: rename mm/srmmu.h to mm/mm_32.h
Browse files Browse the repository at this point in the history
This file will be used for more than just srmmu stuff, so the old name was misleading.

Signed-off-by: Sam Ravnborg <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
sravnborg authored and davem330 committed Apr 29, 2014
1 parent 2aafe1a commit ddb7417
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/sparc/mm/leon_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion arch/sparc/mm/srmmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ddb7417

Please sign in to comment.