Commit 58cc855c authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

documentation: update s390 header file paths

Update Documentation/s390/ files to reflect changed header files
locations.
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 07983f0e
...@@ -1402,7 +1402,7 @@ Syscalls are implemented on Linux for S390 by the Supervisor call instruction (S ...@@ -1402,7 +1402,7 @@ Syscalls are implemented on Linux for S390 by the Supervisor call instruction (S
possibilities of these as the instruction is made up of a 0xA opcode & the second byte being possibilities of these as the instruction is made up of a 0xA opcode & the second byte being
the syscall number. They are traced using the simple command. the syscall number. They are traced using the simple command.
TR SVC <Optional value or range> TR SVC <Optional value or range>
the syscalls are defined in linux/include/asm-s390/unistd.h the syscalls are defined in linux/arch/s390/include/asm/unistd.h
e.g. to trace all file opens just do e.g. to trace all file opens just do
TR SVC 5 ( as this is the syscall number of open ) TR SVC 5 ( as this is the syscall number of open )
......
...@@ -98,7 +98,7 @@ platform. Some of the interface routines are specific to Linux/390 and some ...@@ -98,7 +98,7 @@ platform. Some of the interface routines are specific to Linux/390 and some
of them can be found on other Linux platforms implementations too. of them can be found on other Linux platforms implementations too.
Miscellaneous function prototypes, data declarations, and macro definitions Miscellaneous function prototypes, data declarations, and macro definitions
can be found in the architecture specific C header file can be found in the architecture specific C header file
linux/include/asm-s390/irq.h. linux/arch/s390/include/asm/irq.h.
Overview of CDS interface concepts Overview of CDS interface concepts
......
...@@ -2,7 +2,7 @@ S390 Debug Feature ...@@ -2,7 +2,7 @@ S390 Debug Feature
================== ==================
files: arch/s390/kernel/debug.c files: arch/s390/kernel/debug.c
include/asm-s390/debug.h arch/s390/include/asm/debug.h
Description: Description:
------------ ------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment