From: Borislav Petkov Date: Wed, 7 Oct 2009 11:20:38 +0000 (+0200) Subject: mce, edac: Use an atomic notifier for MCEs decoding X-Git-Tag: v2.6.33-rc1~51^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb2531953fd8855abdcf458459020fd382c5deca;p=pandora-kernel.git mce, edac: Use an atomic notifier for MCEs decoding Add an atomic notifier which ensures proper locking when conveying MCE info to EDAC for decoding. The actual notifier call overrides a default, negative priority notifier. Note: make sure we register the default decoder only once since mcheck_init() runs on each CPU. Signed-off-by: Borislav Petkov LKML-Reference: <20091003065752.GA8935@liondog.tnic> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed