From: Yinghai Lu Date: Sun, 10 May 2009 06:47:42 +0000 (-0700) Subject: x86: apic: Check rev 3 fadt correctly for physical_apic bit X-Git-Tag: v2.6.31-rc1~423^2~14^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61fe91e1319556f32bebfd7ed2c68ef02e2c17f7;p=pandora-kernel.git 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 LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed