i386/x86_64: move headers to include/asm-x86
[pandora-kernel.git] / include / asm-x86 / pgalloc.h
diff --git a/include/asm-x86/pgalloc.h b/include/asm-x86/pgalloc.h
new file mode 100644 (file)
index 0000000..5886eed
--- /dev/null
@@ -0,0 +1,5 @@
+#ifdef CONFIG_X86_32
+# include "pgalloc_32.h"
+#else
+# include "pgalloc_64.h"
+#endif