Commit fb9de7eb authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Arnd Bergmann

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
......@@ -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 */
......
typedef struct {
unsigned long end_brk;
} mm_context_t;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment