Go to the documentation of this file. 1 #ifndef _ASM_MACH_MMZONE_H
2 #define _ASM_MACH_MMZONE_H
4 #include <asm/sn/addrs.h>
5 #include <asm/sn/arch.h>
8 #define pa_to_nid(addr) NASID_TO_COMPACT_NODEID(NASID_GET(addr))
10 #define LEVELS_PER_SLICE 128
33 #define NODE_DATA(n) (&__node_data[(n)]->pglist)
34 #define hub_data(n) (&__node_data[(n)]->hub)