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)
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>

No differences found