diff options
Diffstat (limited to 'include/asm-m68k/pgalloc.h')
-rw-r--r-- | include/asm-m68k/pgalloc.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/asm-m68k/pgalloc.h b/include/asm-m68k/pgalloc.h new file mode 100644 index 000000000000..b468b7958aaa --- /dev/null +++ b/include/asm-m68k/pgalloc.h | |||
@@ -0,0 +1,19 @@ | |||
1 | |||
2 | #ifndef M68K_PGALLOC_H | ||
3 | #define M68K_PGALLOC_H | ||
4 | |||
5 | #include <linux/config.h> | ||
6 | #include <linux/mm.h> | ||
7 | #include <linux/highmem.h> | ||
8 | #include <asm/setup.h> | ||
9 | #include <asm/virtconvert.h> | ||
10 | |||
11 | |||
12 | |||
13 | #ifdef CONFIG_SUN3 | ||
14 | #include <asm/sun3_pgalloc.h> | ||
15 | #else | ||
16 | #include <asm/motorola_pgalloc.h> | ||
17 | #endif | ||
18 | |||
19 | #endif /* M68K_PGALLOC_H */ | ||