]> git.baikalelectronics.ru Git - kernel.git/commit
s390/fpu: add static FPU save area for init_task
authorHendrik Brueckner <brueckner@linux.vnet.ibm.com>
Tue, 29 Sep 2015 15:53:22 +0000 (17:53 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 14 Oct 2015 12:32:08 +0000 (14:32 +0200)
commit93cc54afcc65b0976ff966e05e954263165bfba7
tree40b6d35e57e82258dbf1c6cafe8469b8b16dc375
parent2ea76f7932df3842ce99a633895c4483b2be7835
s390/fpu: add static FPU save area for init_task

Previously, the init task did not have an allocated FPU save area and
saving an FPU state was not possible.  Now if the vector extension is
always enabled, provide a static FPU save area to save FPU states of
vector instructions that can be executed quite early.

Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/processor.h
arch/s390/kernel/entry.S
arch/s390/kernel/process.c