From: John Kacur Date: Wed, 7 Oct 2009 18:19:32 +0000 (+0200) Subject: x86, cpuid: Remove the bkl from cpuid_open() X-Git-Tag: v2.6.33-rc1~394^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170a0bc3808909d8ea0f3f9c725c6565efe7f9c4;p=pandora-kernel.git x86, cpuid: Remove the bkl from cpuid_open() Most of the variables are local to the function. It IS possible that for struct cpuinfo_x86 *c c could point to the same area. However, this is used read only. Signed-off-by: John Kacur LKML-Reference: Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed