]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/asm-m68k/pgalloc.h
m68k: discontinuous memory support
[mirror_ubuntu-bionic-kernel.git] / include / asm-m68k / pgalloc.h
CommitLineData
1da177e4
LT
1
2#ifndef M68K_PGALLOC_H
3#define M68K_PGALLOC_H
4
1da177e4
LT
5#include <linux/mm.h>
6#include <linux/highmem.h>
7#include <asm/setup.h>
8#include <asm/virtconvert.h>
9
10
1da177e4
LT
11#ifdef CONFIG_SUN3
12#include <asm/sun3_pgalloc.h>
13#else
14#include <asm/motorola_pgalloc.h>
15#endif
16
12d810c1
RZ
17extern void m68k_setup_node(int node);
18
1da177e4 19#endif /* M68K_PGALLOC_H */