From: Borislav Petkov Date: Wed, 15 Jan 2014 11:52:15 +0000 (+0100) Subject: x86, cpu, amd: Fix a shadowed variable situation X-Git-Tag: v3.14-rc1~165^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d139336700a5f3a560da235e4dfcd286773025d4;p=pandora-kernel.git x86, cpu, amd: Fix a shadowed variable situation Having u32 and struct cpuinfo_x86 * by the same name is not very smart, although it was ok in this case due to the limited scope of u32 c and it being used only once in there. Fix this. Signed-off-by: Borislav Petkov Link: http://lkml.kernel.org/r/1389786735-16751-1-git-send-email-bp@alien8.de Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed