arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git] / arch / m68k / include / asm / pgalloc.h
blob24ca46d2e0908871a3b9b18895a81253cd390b8f
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef M68K_PGALLOC_H
3 #define M68K_PGALLOC_H
5 #include <linux/mm.h>
6 #include <linux/highmem.h>
7 #include <asm/setup.h>
9 #ifdef CONFIG_MMU
10 #include <asm/virtconvert.h>
11 #if defined(CONFIG_COLDFIRE)
12 #include <asm/mcf_pgalloc.h>
13 #elif defined(CONFIG_SUN3)
14 #include <asm/sun3_pgalloc.h>
15 #else
16 #include <asm/motorola_pgalloc.h>
17 #endif
19 extern void m68k_setup_node(int node);
20 #endif
22 #endif /* M68K_PGALLOC_H */