[SPARC64] IRQ: Use irq_desc->chip_data instead of irq_desc->handler_data
[linux-2.6/kvm.git] / include / asm-m68k / pgalloc.h
bloba9cfb4b99d88b206c43d145694d588d6dc99524b
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>
8 #include <asm/virtconvert.h>
12 #ifdef CONFIG_SUN3
13 #include <asm/sun3_pgalloc.h>
14 #else
15 #include <asm/motorola_pgalloc.h>
16 #endif
18 #endif /* M68K_PGALLOC_H */