]> git.baikalelectronics.ru Git - kernel.git/commit
x86: apic: Check rev 3 fadt correctly for physical_apic bit
authorYinghai Lu <yinghai@kernel.org>
Sun, 10 May 2009 06:47:42 +0000 (23:47 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 11 May 2009 08:52:40 +0000 (10:52 +0200)
commit395e1de0e99cb2fbc2d872370882c502f6a78f17
tree70af8a1972cc0aa274412eb606a2551859ee03a7
parentf1ade39692f6138a1304c004700c829148866a4a
x86: apic: Check rev 3 fadt correctly for physical_apic bit

Impact: fix fadt version checking

FADT2_REVISION_ID has value 3 aka rev 3 FADT. So need to use >= instead
of >, as other places in the code do.

[ Impact: extend scope of APIC boot quirk ]

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic/apic_flat_64.c