From: Mauro Carvalho Chehab Date: Mon, 4 Jun 2012 14:29:25 +0000 (-0300) Subject: edac: remove arch-specific parameter for the error handler X-Git-Tag: v3.6-rc1~62^2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03f7eae80f4b913929be84e0c883ee98196fd6ff;p=pandora-kernel.git edac: remove arch-specific parameter for the error handler Remove the arch-dependent parameter, as it were not used, as the MCE tracepoint weren't implemented. It probably doesn't make sense to have an MCE-specific tracepoint, as this will cost more bytes at the tracepoint, and tracepoint is not free. The changes at the EDAC drivers were done by this small perl script: $file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\;]+)\,([^\,\)]+)\s*\)/$1($2)/g; print $file; Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed