commit | 9910887af84e33ba98fd6792029470ae80166208 | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@gmail.com> | Thu Jul 23 00:52:59 2009 +0400 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Aug 05 10:30:52 2009 +0200 |
tree | 810f52d647b43aa16fe43db20bc7bbf850a8fe2f | |
parent | a7428cd2ef77734465e36bceb43290e37e2a97c6 [diff] |
x86, apic: Drop redundant bit assignment cpu_has_apic has already investigated boot_cpu_data X86_FEATURE_APIC bit for being clear if condition is triggered. So there is no need to clear this bit second time. Signed-off-by: Cyrill Gorcuno v <gorcunov@openvz.org> Cc: "Maciej W. Rozycki" <macro@linux-mips.org> LKML-Reference: <20090722205259.GE15805@lenovo> Signed-off-by: Ingo Molnar <mingo@elte.hu>