xtensa: Use generic asm/mmu.h for nommu
The nommu portion of mmu.h of the extensa platform is basically the same as the asm-generic mmu.h. So use it instead. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Chris Zankel <chris@zankel.net> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Родитель
0a2f505ee7
Коммит
fb9de7ebc3
|
@ -12,7 +12,7 @@
|
|||
#define _XTENSA_MMU_H
|
||||
|
||||
#ifndef CONFIG_MMU
|
||||
#include <asm/nommu.h>
|
||||
#include <asm-generic/mmu.h>
|
||||
#else
|
||||
|
||||
/* Default "unsigned long" context */
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
typedef struct {
|
||||
unsigned long end_brk;
|
||||
} mm_context_t;
|
Загрузка…
Ссылка в новой задаче