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>
This commit is contained in:
Sam Ravnborg 2014-04-21 21:39:16 +02:00 коммит произвёл David S. Miller
Родитель 2aafe1a4d4
Коммит ddb7417ea9
3 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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

Просмотреть файл

Просмотреть файл

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