From: Dhaval Giani Date: Thu, 18 Nov 2010 14:44:54 +0000 (+0100) Subject: cpu: Remove unused variable X-Git-Tag: v2.6.38-rc1~489^2~18 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e01f4740a874b6085da6ebf541e7ffde9a72bf2;p=pandora-kernel.git cpu: Remove unused variable GCC warns us about: kernel/cpu.c: In function ‘take_cpu_down’: kernel/cpu.c:200:15: warning: unused variable ‘cpu’ This variable is unused since param->hcpu is directly used later on in cpu_notify. Signed-off-by: Dhaval Giani Signed-off-by: Peter Zijlstra LKML-Reference: <1290091494.1145.5.camel@gondor.retis> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed