blob: 37bee7e3223d0eb6da4fe7e5c2e782fb26aa21cb [file] [log] [blame]
Greg Ungerer606333d2009-02-05 10:01:00 +10001#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>
Greg Ungerer74d47992011-10-18 16:52:41 +100010#if defined(CONFIG_COLDFIRE)
11#include <asm/mcf_pgalloc.h>
12#elif defined(CONFIG_SUN3)
Greg Ungerer606333d2009-02-05 10:01:00 +100013#include <asm/sun3_pgalloc.h>
Sam Ravnborg49148022009-01-16 21:58:10 +100014#else
Greg Ungerer606333d2009-02-05 10:01:00 +100015#include <asm/motorola_pgalloc.h>
Sam Ravnborg49148022009-01-16 21:58:10 +100016#endif
Greg Ungerer606333d2009-02-05 10:01:00 +100017
18extern void m68k_setup_node(int node);
19#endif
20
21#endif /* M68K_PGALLOC_H */