diff options
author | Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> | 2009-06-15 18:18:43 +0900 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-06-16 16:56:05 -0700 |
commit | 7fb06fc9672b947424e05871243a4c8e19ec3bce (patch) | |
tree | 7674eb386c8719167c8c7846cac2c3a98f8131ff /arch/um/kernel | |
parent | 33edbf02a92771fa2a81e41084a44ba874e3a5a5 (diff) | |
download | op-kernel-dev-7fb06fc9672b947424e05871243a4c8e19ec3bce.zip op-kernel-dev-7fb06fc9672b947424e05871243a4c8e19ec3bce.tar.gz |
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>
Diffstat (limited to 'arch/um/kernel')
0 files changed, 0 insertions, 0 deletions