summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/asm/nommu.h
AgeCommit message (Collapse)AuthorFilesLines
2012-12-09xtensa: Use generic asm/mmu.h for nommuLars-Peter Clausen1-3/+0
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>
2009-04-02xtensa: nommu supportJohannes Weiner1-0/+3
Add support for !CONFIG_MMU setups. Signed-off-by: Johannes Weiner <jw@emlix.com> Signed-off-by: Chris Zankel <chris@zankel.net>