Skip to content

Commit

Permalink
powerpc/mm: Fix compile warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kumar Gala committed Apr 8, 2009
1 parent 54ca40d commit 52ce67f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/powerpc/mm/tlb_nohash.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 52ce67f

Please sign in to comment.