x86, mce: rename mce_notify_user to mce_notify_irq
authorAndi Kleen <andi@firstfloor.org>
Wed, 27 May 2009 19:56:58 +0000 (21:56 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 3 Jun 2009 21:48:04 +0000 (14:48 -0700)
commit9ff36ee9668ff41ec3274597c730524645929b0f
treeba8c99269fce27de05eab147174c1ae2309a188d
parent4ef702c10b5df18ab04921fc252c26421d4d6c75
x86, mce: rename mce_notify_user to mce_notify_irq

Rename the mce_notify_user function to mce_notify_irq. The next
patch will split the wakeup handling of interrupt context
and of process context and it's better to give it a clearer
name for this.

Contains a fix from Ying Huang

[ Impact: cleanup ]

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Cc: Huang Ying <ying.huang@intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/include/asm/mce.h
arch/x86/kernel/cpu/mcheck/mce-inject.c
arch/x86/kernel/cpu/mcheck/mce.c
arch/x86/kernel/cpu/mcheck/mce_intel_64.c
arch/x86/kernel/signal.c