]> git.baikalelectronics.ru Git - kernel.git/commit
Allow to disable FPU support
authorAlan Kao <alankao@andestech.com>
Tue, 9 Oct 2018 02:18:33 +0000 (10:18 +0800)
committerPalmer Dabbelt <palmer@sifive.com>
Tue, 23 Oct 2018 00:02:23 +0000 (17:02 -0700)
commitb54958d486d0cc3d7c8a5f7912b0685b3a416bf9
tree29630911728d35d4aac5b6dd08c2b96947a70d01
parentf6b717876cbd2fdbc2d1e44aea019f268cbbb95f
Allow to disable FPU support

FPU codes have been separated from common part in previous patches.
This patch add the CONFIG_FPU option and some stubs, so that a no-FPU
configuration is allowed.

Signed-off-by: Alan Kao <alankao@andestech.com>
Cc: Greentime Hu <greentime@andestech.com>
Cc: Vincent Chen <vincentc@andestech.com>
Cc: Zong Li <zong@andestech.com>
Cc: Nick Hu <nickhu@andestech.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/Kconfig
arch/riscv/Makefile
arch/riscv/include/asm/switch_to.h
arch/riscv/kernel/Makefile
arch/riscv/kernel/process.c
arch/riscv/kernel/signal.c