Explorar el Código

powerpc/mm: Fix compile warning

arch/powerpc/mm/tlb_nohash.c: In function 'flush_tlb_mm':
arch/powerpc/mm/tlb_nohash.c:128: warning: unused variable 'cpu_mask'

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Kumar Gala hace 16 años
padre
commit
52ce67f157
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      arch/powerpc/mm/tlb_nohash.c

+ 0 - 1
arch/powerpc/mm/tlb_nohash.c

@@ -125,7 +125,6 @@ static void do_flush_tlb_page_ipi(void *param)
 
 void flush_tlb_mm(struct mm_struct *mm)
 {
-	cpumask_t cpu_mask;
 	unsigned int pid;
 
 	preempt_disable();