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:
committed by
Arnd Bergmann
parent
0a2f505ee7
commit
fb9de7ebc3
@@ -12,7 +12,7 @@
|
|||||||
#define _XTENSA_MMU_H
|
#define _XTENSA_MMU_H
|
||||||
|
|
||||||
#ifndef CONFIG_MMU
|
#ifndef CONFIG_MMU
|
||||||
#include <asm/nommu.h>
|
#include <asm-generic/mmu.h>
|
||||||
#else
|
#else
|
||||||
|
|
||||||
/* Default "unsigned long" context */
|
/* Default "unsigned long" context */
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
typedef struct {
|
|
||||||
unsigned long end_brk;
|
|
||||||
} mm_context_t;
|
|
Reference in New Issue
Block a user