]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit6ec68bff3c81e776a455f6aca95c8c5f1d630198
tree248b9c4dbb9271f7a8ad15b7103febefe877a79f
parentbf51935f3e988e0ed6f34b55593e5912f990750a
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