commit | e5083a63b6a8546c5fe1e571fe529e3939787ec2 | [log] [tgz] |
---|---|---|
author | Johannes Weiner <jw@emlix.com> | Wed Mar 04 16:21:31 2009 +0100 |
committer | Chris Zankel <chris@zankel.net> | Thu Apr 02 23:41:50 2009 -0700 |
tree | 5c11db5b0a924f8bcfc404c202630d37ccfd7c3c | |
parent | 7789f89af9e8e426d7a7f173cf465a4fcadba7dd [diff] [blame] |
xtensa: nommu support Add support for !CONFIG_MMU setups. Signed-off-by: Johannes Weiner <jw@emlix.com> Signed-off-by: Chris Zankel <chris@zankel.net>
diff --git a/arch/xtensa/include/asm/nommu.h b/arch/xtensa/include/asm/nommu.h new file mode 100644 index 0000000..dce2c43 --- /dev/null +++ b/arch/xtensa/include/asm/nommu.h
@@ -0,0 +1,3 @@ +typedef struct { + unsigned long end_brk; +} mm_context_t;