]> Git Repo - linux.git/blob - arch/m68k/include/asm/pgalloc.h
m68k: Fix misspellings in comments.
[linux.git] / arch / m68k / include / asm / pgalloc.h
1 #ifndef M68K_PGALLOC_H
2 #define M68K_PGALLOC_H
3
4 #include <linux/mm.h>
5 #include <linux/highmem.h>
6 #include <asm/setup.h>
7
8 #ifdef CONFIG_MMU
9 #include <asm/virtconvert.h>
10 #if defined(CONFIG_COLDFIRE)
11 #include <asm/mcf_pgalloc.h>
12 #elif defined(CONFIG_SUN3)
13 #include <asm/sun3_pgalloc.h>
14 #else
15 #include <asm/motorola_pgalloc.h>
16 #endif
17
18 extern void m68k_setup_node(int node);
19 #endif
20
21 #endif /* M68K_PGALLOC_H */
This page took 0.02976 seconds and 4 git commands to generate.