]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/xtensa/include/asm/mmu.h
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / arch / xtensa / include / asm / mmu.h
index 44c5bb04c55c32b425e499c5d43348c14a434081..04890d6e233536d1cdef5f17b5d4af530b682270 100644 (file)
 #ifndef _XTENSA_MMU_H
 #define _XTENSA_MMU_H
 
+#ifndef CONFIG_MMU
+#include <asm/nommu.h>
+#else
+
 /* Default "unsigned long" context */
 typedef unsigned long mm_context_t;
 
+#endif /* CONFIG_MMU */
 #endif /* _XTENSA_MMU_H */