x86, mce: rename static variables around trigger
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Mon, 15 Jun 2009 08:20:57 +0000 (17:20 +0900)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 16 Jun 2009 23:56:06 +0000 (16:56 -0700)
commit1020bcbcc7da36001d9226c5d57e999949cb80c5
tree608da1dd9bfa7ef28103bc4cc9a6de7bdea7b8b1
parent4e5b3e690dda890523e93af9c545261f5916a3a6
x86, mce: rename static variables around trigger

"trigger" is not straight forward name for valiable that holds name
of user mode helper program which triggered by machine check events.

This patch renames this valiable and kins to more recognizable names.

trigger => mce_helper
trigger_argv => mce_helper_argv
notify_user => mce_need_notify

No functional changes.

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/cpu/mcheck/mce.c