aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-04-07 21:58:07 -0500
committerKumar Gala <galak@kernel.crashing.org>2009-04-07 22:11:10 -0500
commit52ce67f157f8c5623524dc6c5b2ddd6a0d2aa774 (patch)
tree944b206ad2613a5417d2d7029d15a5b601660614 /arch/powerpc
parentpowerpc/85xx: TQM8548: update defconfig (diff)
downloadlinux-dev-52ce67f157f8c5623524dc6c5b2ddd6a0d2aa774.tar.xz
linux-dev-52ce67f157f8c5623524dc6c5b2ddd6a0d2aa774.zip
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>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/mm/tlb_nohash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/mm/tlb_nohash.c b/arch/powerpc/mm/tlb_nohash.c
index 7af72970faed..ad2eb4d34dd4 100644
--- a/arch/powerpc/mm/tlb_nohash.c
+++ b/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();