From: Hidetoshi Seto Date: Wed, 8 Jun 2011 01:53:35 +0000 (+0900) Subject: x86, mce, severity: Cleanup severity table X-Git-Tag: v3.1-rc1~289^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a17957cdec69acb9e26319618b95a810a936e637;p=pandora-kernel.git x86, mce, severity: Cleanup severity table The current format of an item in this table is: condition(param, ..., level, message [, condition2 ...]) So we have to check both an item's head and tail to find the conditions which match the item. Format them in a more straight forward manner: item(level, message, condition [, condition2 ...]) Signed-off-by: Hidetoshi Seto Acked-by: Tony Luck Link: http://lkml.kernel.org/r/4DEED61F.5010502@jp.fujitsu.com Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed