Kaynağa Gözat

Pull remove-sn-bist-lock into release branch

Tony Luck 19 yıl önce
ebeveyn
işleme
556902cd2d
2 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  1. 0 1
      include/asm-ia64/sn/nodepda.h
  2. 0 2
      include/asm-ia64/sn/sn_sal.h

+ 0 - 1
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;

+ 0 - 2
include/asm-ia64/sn/sn_sal.h

@@ -692,12 +692,10 @@ sn_change_memprotect(u64 paddr, u64 len, u64 perms, u64 *nasid_array)
 	unsigned long irq_flags;
 
 	cnodeid = nasid_to_cnodeid(get_node_number(paddr));
-	// spin_lock(&NODEPDA(cnodeid)->bist_lock);
 	local_irq_save(irq_flags);
 	ia64_sal_oemcall_nolock(&ret_stuff, SN_SAL_MEMPROTECT, paddr, len,
 				(u64)nasid_array, perms, 0, 0, 0);
 	local_irq_restore(irq_flags);
-	// spin_unlock(&NODEPDA(cnodeid)->bist_lock);
 	return ret_stuff.status;
 }
 #define SN_MEMPROT_ACCESS_CLASS_0		0x14a080