x86, cpuid: Remove the bkl from cpuid_open()
authorJohn Kacur <jkacur@redhat.com>
Wed, 7 Oct 2009 18:19:32 +0000 (20:19 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 7 Oct 2009 22:41:21 +0000 (15:41 -0700)
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 <jkacur@redhat.com>
LKML-Reference: <alpine.LFD.2.00.0910072016190.15183@localhost.localdomain>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>

No differences found