]> git.baikalelectronics.ru Git - kernel.git/commit
x86, mce: cleanup mce_start()
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Mon, 15 Jun 2009 09:18:43 +0000 (18:18 +0900)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 16 Jun 2009 23:56:05 +0000 (16:56 -0700)
commit3a3ea9f6eb5eceac1a2af730bb2c6cffcf09941f
tree7674eb386c8719167c8c7846cac2c3a98f8131ff
parent95233c3ce6c84086135e9990cf2397f2bb370c4d
x86, mce: cleanup mce_start()

Simplify interface of mce_start():

-       no_way_out = mce_start(no_way_out, &order);
+       order = mce_start(&no_way_out);

Now Monarch and Subjects share same exit(return) in usual path.

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