]> git.baikalelectronics.ru Git - kernel.git/commit
x86/mce: Cleanup timer mess
authorThomas Gleixner <tglx@linutronix.de>
Thu, 24 May 2012 17:54:51 +0000 (17:54 +0000)
committerTony Luck <tony.luck@intel.com>
Wed, 30 May 2012 21:40:01 +0000 (14:40 -0700)
commit9f5fc9e43db6be5e5cff08c21fc6e8d89517a00c
tree3dd5ca6521c8042be3227a6ec51c485caf4035af
parent266884b8ac42f33805ce5886940bf272f6b80fdf
x86/mce: Cleanup timer mess

Use unsigned long for dealing with jiffies not int. Rename the
callback to something sensible. Use __this_cpu_read/write for
accessing per cpu data.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Borislav Petkov <borislav.petkov@amd.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/x86/kernel/cpu/mcheck/mce.c