]> git.baikalelectronics.ru Git - kernel.git/commit
s390/fpu: split fpu-internal.h into fpu internals, api, and type headers
authorHendrik Brueckner <brueckner@linux.vnet.ibm.com>
Tue, 6 Oct 2015 10:25:59 +0000 (12:25 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 16 Oct 2015 07:41:12 +0000 (09:41 +0200)
commit3fb6fb45e7a525da0246e843fd75090c15d0beb4
treeac0e87193afb0bfdfbae51fca2f67288849fd071
parent87ebfb6bdc6b71d81d014a390c78699c111d7164
s390/fpu: split fpu-internal.h into fpu internals, api, and type headers

Split the API and FPU type definitions into separate header files
similar to "x86/fpu: Rename fpu-internal.h to fpu/internal.h" (fc0631031d).

The new header files and their meaning are:

asm/fpu/types.h:
FPU related data types, needed for 'struct thread_struct' and
'struct task_struct'.

asm/fpu/api.h:
FPU related 'public' functions for other subsystems and device
drivers.

asm/fpu/internal.h:
FPU internal functions mainly used to convert
FPU register contents in signal handling.

Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/fpu-internal.h [deleted file]
arch/s390/include/asm/fpu/api.h [new file with mode: 0644]
arch/s390/include/asm/fpu/internal.h [new file with mode: 0644]
arch/s390/include/asm/fpu/types.h [new file with mode: 0644]
arch/s390/include/asm/kvm_host.h
arch/s390/include/asm/processor.h
arch/s390/include/asm/switch_to.h
arch/s390/kernel/nmi.c
arch/s390/kernel/s390_ksyms.c
arch/s390/kernel/traps.c