diff options
author | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 10:15:25 +0100 |
---|---|---|
committer | Anton Altaparmakov <aia21@cantab.net> | 2005-05-05 10:15:25 +0100 |
commit | 899101aebb9ab3692aa8efe2805174ee0ee3edb5 (patch) | |
tree | eee4728a7d82c6a33409313b561296eb66d984ef /include/asm-ia64/sn/pda.h | |
parent | 36050271e6ec19390184e1a83470eb7e725cad65 (diff) | |
parent | 897f5ab2cd733a77a2279268262919caa8154b9d (diff) |
Merge with /usr/src/ntfs-2.6.git
Diffstat (limited to 'include/asm-ia64/sn/pda.h')
-rw-r--r-- | include/asm-ia64/sn/pda.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-ia64/sn/pda.h b/include/asm-ia64/sn/pda.h index cd19f17bf91..ea5590c76ca 100644 --- a/include/asm-ia64/sn/pda.h +++ b/include/asm-ia64/sn/pda.h @@ -24,14 +24,6 @@ typedef struct pda_s { - /* Having a pointer in the begining of PDA tends to increase - * the chance of having this pointer in cache. (Yes something - * else gets pushed out). Doing this reduces the number of memory - * access to all nodepda variables to be one - */ - struct nodepda_s *p_nodepda; /* Pointer to Per node PDA */ - struct subnodepda_s *p_subnodepda; /* Pointer to CPU subnode PDA */ - /* * Support for SN LEDs */ @@ -49,7 +41,6 @@ typedef struct pda_s { unsigned long sn_soft_irr[4]; unsigned long sn_in_service_ivecs[4]; - short cnodeid_to_nasid_table[MAX_NUMNODES]; int sn_lb_int_war_ticks; int sn_last_irq; int sn_first_irq; |