]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-m68k/mmzone.h
h63xx: nfs mount works, gpe image boots to ts config screen.
[linux-2.6-omap-h63xx.git] / include / asm-m68k / mmzone.h
1 #ifndef _ASM_M68K_MMZONE_H_
2 #define _ASM_M68K_MMZONE_H_
3
4 extern pg_data_t pg_data_map[];
5
6 #define NODE_DATA(nid)          (&pg_data_map[nid])
7 #define NODE_MEM_MAP(nid)       (NODE_DATA(nid)->node_mem_map)
8
9 #endif /* _ASM_M68K_MMZONE_H_ */