]> git.karo-electronics.de Git - mv-sheeva.git/commit
x86, apic: Drop redundant bit assignment
authorCyrill Gorcunov <gorcunov@gmail.com>
Wed, 22 Jul 2009 20:52:59 +0000 (00:52 +0400)
committerIngo Molnar <mingo@elte.hu>
Wed, 5 Aug 2009 08:30:52 +0000 (10:30 +0200)
commit9910887af84e33ba98fd6792029470ae80166208
tree810f52d647b43aa16fe43db20bc7bbf850a8fe2f
parenta7428cd2ef77734465e36bceb43290e37e2a97c6
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>
arch/x86/kernel/apic/apic.c