Skip to content
Snippets Groups Projects
Commit fb9de7eb authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Arnd Bergmann
Browse files

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: default avatarLars-Peter Clausen <lars@metafoo.de>
Acked-by: default avatarChris Zankel <chris@zankel.net>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 0a2f505e
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -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 */
......
typedef struct {
unsigned long end_brk;
} mm_context_t;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment