aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2019-03-04 02:25:00 -0500
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2019-03-05 01:56:30 -0500
commitfcc082f35c6d565d351b5b89bb03a82333e9ffe8 (patch)
treea4b40d58aaa1fd3c4393d458c70dffe0019fac06
parent9fe567d09f0f061b7776859fb01c31f89044578f (diff)
Revert "s390/cpum_cf: Add kernel message exaplanations"
This reverts commit fb3a0b61e0d4e435016cc91575d051f841791da0. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
-rw-r--r--Documentation/kmsg/s390/cpum_cf_common36
-rw-r--r--Documentation/kmsg/s390/cpum_cf_diag45
2 files changed, 0 insertions, 81 deletions
diff --git a/Documentation/kmsg/s390/cpum_cf_common b/Documentation/kmsg/s390/cpum_cf_common
deleted file mode 100644
index c890a5dabdd6..000000000000
--- a/Documentation/kmsg/s390/cpum_cf_common
+++ /dev/null
@@ -1,36 +0,0 @@
1/*?
2 * Text: "CPU[%i] Counter data was lost\n"
3 * Severity: Error
4 * Parameter:
5 * @1: CPU identifier
6 * Description:
7 * The kernel could not extract data provided by the Performance Measurement Unit
8 * (PMU) fast enough, some data is overwritten.
9 * User action:
10 * None
11 */
12
13/*?
14 * Text: "CPU[%i] MT counter data was lost\n"
15 * Severity: Warning
16 * Parameter:
17 * @1: CPU identifier
18 * Description:
19 * The kernel could not extract data provided by the Performance Measurement Unit
20 * (PMU) fast enough, some data is overwritten.
21 * User action:
22 * None
23 */
24
25/*?
26 * Text: "Registering for CPU-measurement alerts failed with rc=%i\n"
27 * Severity: Error
28 * Parameter:
29 * @1: Return code of failed interrupt handler registration
30 * Description:
31 * Please insert description here
32 * User action:
33 * Reboot. If the problem persists, gather Linux debug data and report
34 * the problem to your support organization.
35 */
36/*? Text: "%s: %d output lines suppressed due to ratelimiting\n" */
diff --git a/Documentation/kmsg/s390/cpum_cf_diag b/Documentation/kmsg/s390/cpum_cf_diag
deleted file mode 100644
index fd166f96ded8..000000000000
--- a/Documentation/kmsg/s390/cpum_cf_diag
+++ /dev/null
@@ -1,45 +0,0 @@
1/*? Text: "%s: %d output lines suppressed due to ratelimiting\n" */
2/*? Text: "cpum_cf_diag counter set compare error in set %i\n" */
3/*? Text: "Registration of s390dbf(cpum_cf_diag) failed\n" */
4/*? Text: "Registration of PMU(cpum_cf_diag) failed with rc=%i\n" */
5
6/*?
7 * Text: "Enabling the performance measuring unit failed with rc=%x\n"
8 * Severity: Error
9 * Parameter:
10 * @1: Error code returned by PMU enable function
11 * Description:
12 * The CPU Measurement Facilitiy for counters needs to be enabled to extract
13 * counter data.
14 * User action:
15 * To use the CPU-measurement counter facility, authorize the LPAR for each
16 * counter set you want to use. Customize the LPAR activation profile and modify
17 * the Counter Facility Security Options. Then reboot.
18 * If the problem persists, gather Linux debug data and report the
19 * problem to your support organization.
20 */
21
22/*?
23 * Text: "Disabling the performance measuring unit failed with rc=%x\n"
24 * Severity: Error
25 * Parameter:
26 * @1: Error code returned by PMU disable function
27 * Description:
28 * The CPU Measurement Facilitiy for counters is disabled to stop extraction
29 * of counter data.
30 * User action:
31 * Reboot. If the problem persists, gather Linux debug data and report the
32 * problem to your support organization.
33 */
34
35/*?
36 * Text: "Insufficient memory for PMU(cpum_cf_diag) need=%zu\n"
37 * Severity: Error
38 * Parameter:
39 * @1: Required amount of bytes needed to store the counter sets.
40 * Description:
41 * The preallocted memory to store counter sets is too small.
42 * User action:
43 * If the problem persists, gather Linux debug data and report the
44 * problem to your support organization.
45 */