summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mmzone.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/mmzone.h')
-rw-r--r--arch/x86/include/asm/mmzone.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/mmzone.h b/arch/x86/include/asm/mmzone.h
new file mode 100644
index 000000000..c41b41edd
--- /dev/null
+++ b/arch/x86/include/asm/mmzone.h
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifdef CONFIG_X86_32
+# include <asm/mmzone_32.h>
+#else
+# include <asm/mmzone_64.h>
+#endif