[PATCH] Kprobes: Track kprobe on a per_cpu basis - ppc64 changes
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / asm-m68k / pgalloc.h
blobb468b7958aaaf2cae774bee984f772735bf2d770
2 #ifndef M68K_PGALLOC_H
3 #define M68K_PGALLOC_H
5 #include <linux/config.h>
6 #include <linux/mm.h>
7 #include <linux/highmem.h>
8 #include <asm/setup.h>
9 #include <asm/virtconvert.h>
13 #ifdef CONFIG_SUN3
14 #include <asm/sun3_pgalloc.h>
15 #else
16 #include <asm/motorola_pgalloc.h>
17 #endif
19 #endif /* M68K_PGALLOC_H */