Go to the documentation of this file.
11 #ifndef _ASM_IA64_SN_ARCH_H
12 #define _ASM_IA64_SN_ARCH_H
15 #include <asm/types.h>
16 #include <asm/percpu.h>
17 #include <asm/sn/types.h>
34 #define MAX_TIO_NODES MAX_NUMNODES
35 #define MAX_COMPACT_NODES (MAX_NUMNODES + MAX_TIO_NODES)
45 #define MAX_NUMALINK_NODES 16384
60 #define sn_hub_info (&__get_cpu_var(__sn_hub_info))
61 #define is_shub2() (sn_hub_info->shub2)
62 #define is_shub1() (sn_hub_info->shub2 == 0)
67 #define enable_shub_wars_1_1() (sn_hub_info->shub_1_1_found)
75 #define sn_cnodeid_to_nasid (&__get_cpu_var(__sn_cnodeid_to_nasid[0]))