Commit 58cc855c395fc22db996cc893134c4c690f0f0dc

Authored by Randy Dunlap
Committed by Linus Torvalds
1 parent 07983f0e36

documentation: update s390 header file paths

Update Documentation/s390/ files to reflect changed header files
locations.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 3 changed files with 3 additions and 3 deletions Side-by-side Diff

Documentation/s390/Debugging390.txt
... ... @@ -1402,7 +1402,7 @@
1402 1402 possibilities of these as the instruction is made up of a 0xA opcode & the second byte being
1403 1403 the syscall number. They are traced using the simple command.
1404 1404 TR SVC <Optional value or range>
1405   -the syscalls are defined in linux/include/asm-s390/unistd.h
  1405 +the syscalls are defined in linux/arch/s390/include/asm/unistd.h
1406 1406 e.g. to trace all file opens just do
1407 1407 TR SVC 5 ( as this is the syscall number of open )
1408 1408  
Documentation/s390/cds.txt
... ... @@ -98,7 +98,7 @@
98 98 of them can be found on other Linux platforms implementations too.
99 99 Miscellaneous function prototypes, data declarations, and macro definitions
100 100 can be found in the architecture specific C header file
101   -linux/include/asm-s390/irq.h.
  101 +linux/arch/s390/include/asm/irq.h.
102 102  
103 103 Overview of CDS interface concepts
104 104  
Documentation/s390/s390dbf.txt
... ... @@ -2,7 +2,7 @@
2 2 ==================
3 3  
4 4 files: arch/s390/kernel/debug.c
5   - include/asm-s390/debug.h
  5 + arch/s390/include/asm/debug.h
6 6  
7 7 Description:
8 8 ------------