From: Cyrill Gorcunov Date: Wed, 22 Jul 2009 20:52:59 +0000 (+0400) Subject: x86, apic: Drop redundant bit assignment X-Git-Tag: v2.6.32-rc1~715^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9910887af84e33ba98fd6792029470ae80166208;p=pandora-kernel.git 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 Cc: "Maciej W. Rozycki" LKML-Reference: <20090722205259.GE15805@lenovo> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed