aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2019-03-04 08:25:00 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2019-03-05 07:56:30 +0100
commitfcc082f35c6d565d351b5b89bb03a82333e9ffe8 (patch)
treea4b40d58aaa1fd3c4393d458c70dffe0019fac06
parents390/dasd: fix read device characteristic with CONFIG_VMAP_STACK=y (diff)
downloadlinux-dev-fcc082f35c6d565d351b5b89bb03a82333e9ffe8.tar.xz
linux-dev-fcc082f35c6d565d351b5b89bb03a82333e9ffe8.zip
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 @@
-/*?
- * Text: "CPU[%i] Counter data was lost\n"
- * Severity: Error
- * Parameter:
- * @1: CPU identifier
- * Description:
- * The kernel could not extract data provided by the Performance Measurement Unit
- * (PMU) fast enough, some data is overwritten.
- * User action:
- * None
- */
-
-/*?
- * Text: "CPU[%i] MT counter data was lost\n"
- * Severity: Warning
- * Parameter:
- * @1: CPU identifier
- * Description:
- * The kernel could not extract data provided by the Performance Measurement Unit
- * (PMU) fast enough, some data is overwritten.
- * User action:
- * None
- */
-
-/*?
- * Text: "Registering for CPU-measurement alerts failed with rc=%i\n"
- * Severity: Error
- * Parameter:
- * @1: Return code of failed interrupt handler registration
- * Description:
- * Please insert description here
- * User action:
- * Reboot. If the problem persists, gather Linux debug data and report
- * the problem to your support organization.
- */
-/*? 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 @@
-/*? Text: "%s: %d output lines suppressed due to ratelimiting\n" */
-/*? Text: "cpum_cf_diag counter set compare error in set %i\n" */
-/*? Text: "Registration of s390dbf(cpum_cf_diag) failed\n" */
-/*? Text: "Registration of PMU(cpum_cf_diag) failed with rc=%i\n" */
-
-/*?
- * Text: "Enabling the performance measuring unit failed with rc=%x\n"
- * Severity: Error
- * Parameter:
- * @1: Error code returned by PMU enable function
- * Description:
- * The CPU Measurement Facilitiy for counters needs to be enabled to extract
- * counter data.
- * User action:
- * To use the CPU-measurement counter facility, authorize the LPAR for each
- * counter set you want to use. Customize the LPAR activation profile and modify
- * the Counter Facility Security Options. Then reboot.
- * If the problem persists, gather Linux debug data and report the
- * problem to your support organization.
- */
-
-/*?
- * Text: "Disabling the performance measuring unit failed with rc=%x\n"
- * Severity: Error
- * Parameter:
- * @1: Error code returned by PMU disable function
- * Description:
- * The CPU Measurement Facilitiy for counters is disabled to stop extraction
- * of counter data.
- * User action:
- * Reboot. If the problem persists, gather Linux debug data and report the
- * problem to your support organization.
- */
-
-/*?
- * Text: "Insufficient memory for PMU(cpum_cf_diag) need=%zu\n"
- * Severity: Error
- * Parameter:
- * @1: Required amount of bytes needed to store the counter sets.
- * Description:
- * The preallocted memory to store counter sets is too small.
- * User action:
- * If the problem persists, gather Linux debug data and report the
- * problem to your support organization.
- */