提交 fb9de7eb 编写于 作者: L Lars-Peter Clausen 提交者: 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: NLars-Peter Clausen <lars@metafoo.de>
Acked-by: NChris Zankel <chris@zankel.net>
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册