Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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 */

arch/xtensa/include/asm/nommu.h

deleted100644 → 0
+0 −3
Original line number Original line Diff line number Diff line
typedef struct {
	unsigned long end_brk;
} mm_context_t;