|
@@ -71,7 +71,7 @@ DECLARE_PER_CPU(struct sn_hub_info_s, __sn_hub_info);
|
|
* Compact node ID to nasid mappings kept in the per-cpu data areas of each
|
|
* Compact node ID to nasid mappings kept in the per-cpu data areas of each
|
|
* cpu.
|
|
* cpu.
|
|
*/
|
|
*/
|
|
-DECLARE_PER_CPU(short [MAX_COMPACT_NODES], __sn_cnodeid_to_nasid);
|
|
|
|
|
|
+DECLARE_PER_CPU(short, __sn_cnodeid_to_nasid[MAX_COMPACT_NODES]);
|
|
#define sn_cnodeid_to_nasid (&__get_cpu_var(__sn_cnodeid_to_nasid[0]))
|
|
#define sn_cnodeid_to_nasid (&__get_cpu_var(__sn_cnodeid_to_nasid[0]))
|
|
|
|
|
|
|
|
|