aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/mman.h')
-rw-r--r--include/asm-x86/mman.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-x86/mman.h b/include/asm-x86/mman.h
new file mode 100644
index 000000000000..322db07e82c3
--- /dev/null
+++ b/include/asm-x86/mman.h
@@ -0,0 +1,13 @@
+#ifdef __KERNEL__
+# ifdef CONFIG_X86_32
+# include "mman_32.h"
+# else
+# include "mman_64.h"
+# endif
+#else
+# ifdef __i386__
+# include "mman_32.h"
+# else
+# include "mman_64.h"
+# endif
+#endif