x86, mce_64.c: mce_cpu_quirks being ignored
authorVenki Pallipadi <venkatesh.pallipadi@intel.com>
Wed, 25 Jun 2008 00:12:56 +0000 (17:12 -0700)
committerIngo Molnar <mingo@elte.hu>
Thu, 3 Jul 2008 13:05:21 +0000 (15:05 +0200)
Quirks getting ignored was a bug. Below patch fixes the bug, until
we have the dynamic banks support.

Sysfs choice configuration should not have any issues with the earlier patch
as we look for NR_SYSFS_BANKS in do_machine_check().

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Max Asbock <masbock@us.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found