summaryrefslogtreecommitdiffstats
path: root/kernel/arch/m68k/include/asm/pgtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/arch/m68k/include/asm/pgtable.h')
-rw-r--r--kernel/arch/m68k/include/asm/pgtable.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/arch/m68k/include/asm/pgtable.h b/kernel/arch/m68k/include/asm/pgtable.h
new file mode 100644
index 000000000..a3d733b52
--- /dev/null
+++ b/kernel/arch/m68k/include/asm/pgtable.h
@@ -0,0 +1,5 @@
+#ifdef __uClinux__
+#include <asm/pgtable_no.h>
+#else
+#include <asm/pgtable_mm.h>
+#endif