diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2019-06-17 14:02:40 +0200 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2019-06-19 17:54:27 +0200 |
commit | 191fa92b344831e3d1b15e0bf698dfe9755a81d2 (patch) | |
tree | 2b918095055184ce23adf6bc824f1a512b8e9b1a /Documentation/sysctl | |
parent | d1523a8f4b8beca90e6ada5ad41faa9776575287 (diff) | |
download | linux-stable-191fa92b344831e3d1b15e0bf698dfe9755a81d2.tar.gz linux-stable-191fa92b344831e3d1b15e0bf698dfe9755a81d2.tar.bz2 linux-stable-191fa92b344831e3d1b15e0bf698dfe9755a81d2.zip |
s390/sclp: remove call home support
This feature has never been used, so remove it.
Acked-by: Vasily Gorbik <gor@linux.ibm.com>
Acked-by: Hendrik Brueckner <brueckner@linux.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'Documentation/sysctl')
-rw-r--r-- | Documentation/sysctl/kernel.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Documentation/sysctl/kernel.txt b/Documentation/sysctl/kernel.txt index f0c86fbb3b48..5af8b131ccbc 100644 --- a/Documentation/sysctl/kernel.txt +++ b/Documentation/sysctl/kernel.txt @@ -23,7 +23,6 @@ show up in /proc/sys/kernel: - auto_msgmni - bootloader_type [ X86 only ] - bootloader_version [ X86 only ] -- callhome [ S390 only ] - cap_last_cap - core_pattern - core_pipe_limit @@ -171,21 +170,6 @@ Documentation/x86/boot.txt for additional information. ============================================================== -callhome: - -Controls the kernel's callhome behavior in case of a kernel panic. - -The s390 hardware allows an operating system to send a notification -to a service organization (callhome) in case of an operating system panic. - -When the value in this file is 0 (which is the default behavior) -nothing happens in case of a kernel panic. If this value is set to "1" -the complete kernel oops message is send to the IBM customer service -organization in case the mainframe the Linux operating system is running -on has a service contract with IBM. - -============================================================== - cap_last_cap Highest valid capability of the running kernel. Exports |