aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/include/asm/sn/arch.h
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2009-11-02 09:23:08 -0800
committerTony Luck <tony.luck@intel.com>2009-11-02 09:23:08 -0800
commite8c93fc7b7221b6ac7e7ddbd0e21e205bf9e801a (patch)
treee45d9f6e5f4a27a1472692699c7f0ffe908327e5 /arch/ia64/include/asm/sn/arch.h
parentPull ticket-spinaphore into release branch (diff)
downloadlinux-dev-e8c93fc7b7221b6ac7e7ddbd0e21e205bf9e801a.tar.xz
linux-dev-e8c93fc7b7221b6ac7e7ddbd0e21e205bf9e801a.zip
Revert "[IA64] fix percpu warnings"
This reverts commit b94b08081fcecf83fa690d6c5664f6316fe72208. genksyms currently cannot handle complicated types for exported percpu variables. Drop this patch for now as it prevents a module from being loaded on sn2 systems: xpc: no symbol version for per_cpu____sn_cnodeid_to_nasid xpc: Unknown symbol per_cpu____sn_cnodeid_to_nasid Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to '')
-rw-r--r--arch/ia64/include/asm/sn/arch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/sn/arch.h b/arch/ia64/include/asm/sn/arch.h
index f5f493b0c077..7caa1f44cd95 100644
--- a/arch/ia64/include/asm/sn/arch.h
+++ b/arch/ia64/include/asm/sn/arch.h
@@ -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
* 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]))