aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/sn/nodepda.h
diff options
context:
space:
mode:
authorDean Roe <roe@sgi.com>2005-10-03 11:51:45 -0500
committerTony Luck <tony.luck@intel.com>2005-10-04 09:28:00 -0700
commit36735554571ea619e38210a20f429798de90adc1 (patch)
tree988510f4132ecdadcabc666931e8d428af754a51 /include/asm-ia64/sn/nodepda.h
parented39f731ab2e77e58122232f6e27333331d7793d (diff)
downloadkernel_samsung_smdk4412-36735554571ea619e38210a20f429798de90adc1.zip
kernel_samsung_smdk4412-36735554571ea619e38210a20f429798de90adc1.tar.gz
kernel_samsung_smdk4412-36735554571ea619e38210a20f429798de90adc1.tar.bz2
[IA64-SGI] Remove references to the SN bist_lock
Remove all references to the bist_lock in the SN code as it is not used for anything. Signed-off-by: Dean Roe <roe@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/sn/nodepda.h')
-rw-r--r--include/asm-ia64/sn/nodepda.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-ia64/sn/nodepda.h b/include/asm-ia64/sn/nodepda.h
index 47bb810..6f6d69e 100644
--- a/include/asm-ia64/sn/nodepda.h
+++ b/include/asm-ia64/sn/nodepda.h
@@ -55,7 +55,6 @@ struct nodepda_s {
*/
struct phys_cpuid phys_cpuid[NR_CPUS];
spinlock_t ptc_lock ____cacheline_aligned_in_smp;
- spinlock_t bist_lock;
};
typedef struct nodepda_s nodepda_t;