/openbmc/linux/drivers/edac/ |
H A D | pasemi_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | i3000_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | cell_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | amd76x_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | x38_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | i82860_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | r82600_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | cpc925_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | i82443bxgx_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | e7xxx_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | i82975x_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | i82875p_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | i5400_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | i3200_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | e752x_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | i7300_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | i5000_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | i5100_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | ppc4xx_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | mpc85xx_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | i7core_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | sb_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | edac_mc_sysfs.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | edac_mc.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|
H A D | amd64_edac.c | diff 9eb07a7fb8a90ee39fa9d5489afc0330cfcfbea7 Mon Jun 04 11:27:43 CDT 2012 Mauro Carvalho Chehab <mchehab@redhat.com> edac: edac_mc_handle_error(): add an error_count parameter
In order to avoid loosing error events, it is desirable to group error events together and generate a single trace for several identical errors.
The trace API already allows reporting multiple errors. Change the handle_error function to also allow that.
The changes at the drivers were made by this small script:
$file .=$_ while (<>); $file =~ s/(edac_mc_handle_error)\s*\(([^\,]+)\,([^\,]+)\,/$1($2,$3, 1,/g; print $file;
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
|