Documentation/s390: Update / remove developerWorks web links
authorGerald Schaefer <gerald.schaefer@de.ibm.com>
Thu, 7 May 2020 14:21:37 +0000 (16:21 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Wed, 20 May 2020 08:22:51 +0000 (10:22 +0200)
s390 documentation now lives in IBM Knowledge Center, so update the link
in the zfcpdump documentation.

Also, remove the old developerWorks links from the appldata source code.
Those were not really documentation related, but rather a reminder to the
developer that some documentation has to be adjusted when changing the
record layout, which should still be pretty obvious from the remaining
comment.

Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Documentation/s390/zfcpdump.rst
arch/s390/appldata/appldata_mem.c
arch/s390/appldata/appldata_net_sum.c
arch/s390/appldata/appldata_os.c

index 54e8e7caf7e76a25099f7db5d71b3d5955ec658d..a61de7aa8778f7aae9b5318b2c1d7a1e2c1239ff 100644 (file)
@@ -46,5 +46,5 @@ initramfs with a user space application that writes the dump to a SCSI
 partition.
 
 For more information on how to use zfcpdump refer to the s390 'Using the Dump
-Tools book', which is available from
-http://www.ibm.com/developerworks/linux/linux390.
+Tools' book, which is available from IBM Knowledge Center:
+https://www.ibm.com/support/knowledgecenter/linuxonibm/liaaf/lnz_r_dt.html
index e68136c3c23aa467a9e10b362888023abe9559d4..21c3147bd92ad34e9f63489011b18c6baa3619c2 100644 (file)
  * the structure version (product ID, see appldata_base.c) needs to be changed
  * as well and all documentation and z/VM applications using it must be
  * updated.
- *
- * The record layout is documented in the Linux for zSeries Device Drivers
- * book:
- * http://oss.software.ibm.com/developerworks/opensource/linux390/index.shtml
  */
 struct appldata_mem_data {
        u64 timestamp;
index 8bc14b0d1def0a6847437f7ade9a0abc4217b770..59c282ca002f0cb8e722c6c1e3c833dbfc67a08a 100644 (file)
  * This is accessed as binary data by z/VM. If changes to it can't be avoided,
  * the structure version (product ID, see appldata_base.c) needs to be changed
  * as well and all documentation and z/VM applications using it must be updated.
- *
- * The record layout is documented in the Linux for zSeries Device Drivers
- * book:
- * http://oss.software.ibm.com/developerworks/opensource/linux390/index.shtml
  */
 struct appldata_net_sum_data {
        u64 timestamp;
index 8bf46d705957377803b01768664afb5ce8219ee5..5503217366ec0be46b1104d4dc340bcf78c93ddf 100644 (file)
  * the structure version (product ID, see appldata_base.c) needs to be changed
  * as well and all documentation and z/VM applications using it must be
  * updated.
- *
- * The record layout is documented in the Linux for zSeries Device Drivers
- * book:
- * http://oss.software.ibm.com/developerworks/opensource/linux390/index.shtml
  */
 struct appldata_os_per_cpu {
        u32 per_cpu_user;       /* timer ticks spent in user mode   */