]> git.baikalelectronics.ru Git - kernel.git/commit
x86, mce: reinitialize per cpu features on resume
authorAndi Kleen <andi@firstfloor.org>
Thu, 12 Feb 2009 12:39:26 +0000 (13:39 +0100)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 17 Feb 2009 23:24:28 +0000 (15:24 -0800)
commit310d51227ac0e9c33d6a7466f63583dd4aad8ec1
tree248b9c4dbb9271f7a8ad15b7103febefe877a79f
parent46b2c8e65b2718529d6a1189171aaa7f0034f2c9
x86, mce: reinitialize per cpu features on resume

Impact: Bug fix

This fixes a long standing bug in the machine check code. On resume the
boot CPU wouldn't get its vendor specific state like thermal handling
reinitialized. This means the boot cpu wouldn't ever get any thermal
events reported again.

Call the respective initialization functions on resume

v2: Remove ancient init because they don't have a resume device anyways.
    Pointed out by Thomas Gleixner.
v3: Now fix the Subject too to reflect v2 change

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/cpu/mcheck/mce_64.c