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)
commitb0753902d42f5cb01c33f0dec47ba2aa7ecfbb3f
treeac0e87193afb0bfdfbae51fca2f67288849fd071
parent6933c35a307cad0b8b847042346dde68866d3d2a
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" (78f7f1e54b).

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
This page took 0.025336 seconds and 5 git commands to generate.