aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/sn/pda.h
diff options
context:
space:
mode:
authorDean Nelson <dcn@sgi.com>2005-03-21 21:41:00 -0500
committerTony Luck <tony.luck@intel.com>2005-05-03 15:07:46 -0400
commit2e34f07ff0c944399a6456e2d91cf0ca1d9a497c (patch)
treed09796e3f37d7cd809eceb5d931f1e2171a32f5b /include/asm-ia64/sn/pda.h
parentce0a3956b32650e229b68964c4400bbdc5ad3ca1 (diff)
[PATCH] move cnodeid_to_nasid_table out of pda
Another step in the effort to eliminate the SN pda structure. This patch moves the cnodeid_to_nasid_table field out of the pda, making it a standalone per-cpu data item, and exports it so it can be accessed by kernel modules. Signed-off-by: Dean Nelson <dcn@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/sn/pda.h')
-rw-r--r--include/asm-ia64/sn/pda.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-ia64/sn/pda.h b/include/asm-ia64/sn/pda.h
index cd19f17bf91a..a5340cfe9bab 100644
--- a/include/asm-ia64/sn/pda.h
+++ b/include/asm-ia64/sn/pda.h
@@ -49,7 +49,6 @@ typedef struct pda_s {
49 49
50 unsigned long sn_soft_irr[4]; 50 unsigned long sn_soft_irr[4];
51 unsigned long sn_in_service_ivecs[4]; 51 unsigned long sn_in_service_ivecs[4];
52 short cnodeid_to_nasid_table[MAX_NUMNODES];
53 int sn_lb_int_war_ticks; 52 int sn_lb_int_war_ticks;
54 int sn_last_irq; 53 int sn_last_irq;
55 int sn_first_irq; 54 int sn_first_irq;