From: Hidetoshi Seto Date: Mon, 15 Jun 2009 09:18:43 +0000 (+0900) Subject: x86, mce: cleanup mce_start() X-Git-Tag: v2.6.31-rc1~97^2^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fb06fc9672b947424e05871243a4c8e19ec3bce;p=pandora-kernel.git 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 Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed