|
|
| File: [Development] / linux-2.6-xfs / include / asm-m68k / pgalloc.h (download)
Revision 1.3, Fri Jun 8 16:17:19 2007 UTC (10 years, 4 months ago) by tes.longdrop.melbourne.sgi.com
Merge up to 2.6.22-rc4 Merge of 2.6.x-xfs-melb:linux:28871a by kenmcd. |
#ifndef M68K_PGALLOC_H #define M68K_PGALLOC_H #include <linux/mm.h> #include <linux/highmem.h> #include <asm/setup.h> #include <asm/virtconvert.h> #ifdef CONFIG_SUN3 #include <asm/sun3_pgalloc.h> #else #include <asm/motorola_pgalloc.h> #endif extern void m68k_setup_node(int node); #endif /* M68K_PGALLOC_H */