Home
last modified time | relevance | path

Searched hist:"61 fe91e1319556f32bebfd7ed2c68ef02e2c17f7" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/kernel/apic/
H A Dapic_flat_64.cdiff 61fe91e1319556f32bebfd7ed2c68ef02e2c17f7 Sun May 10 01:47:42 CDT 2009 Yinghai Lu <yinghai@kernel.org> 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>