dect
/
linux-2.6
Archived
13
0
Fork 0

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:
Lars-Peter Clausen 2012-12-01 14:24:44 +01:00 committed by Arnd Bergmann
parent 0a2f505ee7
commit fb9de7ebc3
2 changed files with 1 additions and 4 deletions

View File

@ -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 */

View File

@ -1,3 +0,0 @@
typedef struct {
unsigned long end_brk;
} mm_context_t;