]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86, quirk: Fix SB600 revision check
authorAndreas Herrmann <andreas.herrmann3@amd.com>
Tue, 15 Mar 2011 14:31:37 +0000 (15:31 +0100)
committerAK <andi@firstfloor.org>
Thu, 31 Mar 2011 18:58:38 +0000 (11:58 -0700)
commitb0a8120fc5cd5bb4e74c2b94c8e2445b49cf51de
treea434404d90b6464b51ab0c84b6e9d712cb30a712
parentca78068b35522c820207b36191cba1385163f198
x86, quirk: Fix SB600 revision check

commit 1d3e09a304e6c4e004ca06356578b171e8735d3c upstream.

Commit 7f74f8f28a2bd9db9404f7d364e2097a0c42cc12
(x86 quirk: Fix polarity for IRQ0 pin2 override on SB800
systems) introduced a regression. It removed some SB600 specific
code to determine the revision ID without adapting a
corresponding revision ID check for SB600.

See this mail thread:

  http://marc.info/?l=linux-kernel&m=129980296006380&w=2

This patch adapts the corresponding check to cover all SB600
revisions.

Tested-by: Wang Lei <f3d27b@gmail.com>
Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
LKML-Reference: <20110315143137.GD29499@alberich.amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/kernel/early-quirks.c