blob: c294aad8a9000bd9d891d5a0a35b9987e5ed9c6b [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>
10#ifdef CONFIG_SUN3
11#include <asm/sun3_pgalloc.h>
Sam Ravnborg49148022009-01-16 21:58:10 +100012#else
Greg Ungerer606333d2009-02-05 10:01:00 +100013#include <asm/motorola_pgalloc.h>
Sam Ravnborg49148022009-01-16 21:58:10 +100014#endif
Greg Ungerer606333d2009-02-05 10:01:00 +100015
16extern void m68k_setup_node(int node);
17#endif
18
19#endif /* M68K_PGALLOC_H */