git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a30949
)
x86: apic: Check rev 3 fadt correctly for physical_apic bit
author
Yinghai Lu
<yinghai@kernel.org>
Sun, 10 May 2009 06:47:42 +0000
(23:47 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 11 May 2009 08:52:40 +0000
(10:52 +0200)
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>
No differences found