]> git.baikalelectronics.ru Git - kernel.git/commit
s390: add missing declarations
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Sat, 7 May 2016 10:15:21 +0000 (12:15 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 10 May 2016 11:24:51 +0000 (13:24 +0200)
commit2ca27d5a4e67d1c4a3e8e9d5fc060911213e798c
tree9ac2bb236b3acbf32930f9a8cf2a2d8b13ae8bbb
parent3fc6979cd498144780639ddad3bad6ff3736f3d2
s390: add missing declarations

arch_dup_task_struct and the per cpu variable mt_cycles are globally
visible, but do not have any header file with a declaration.
Therefore add it so we have proper type checking in place.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/thread_info.h
arch/s390/kernel/entry.h
arch/s390/kernel/vtime.c