Re: [PATCH v3 4/4] Add an option to support no-FPU systems

2018-08-02 Thread Christoph Hellwig
On Thu, Aug 02, 2018 at 01:39:51PM +0800, Alan Kao wrote: > FP codes have been separated from common part in previous patches. > This patch add the CONFIG_FPU option and some stubs to support > no-FPU systems. I think the subject should be 'allow to disable FPU support'. As discussed in the other

[PATCH v3 4/4] Add an option to support no-FPU systems

2018-08-01 Thread Alan Kao
FP codes have been separated from common part in previous patches. This patch add the CONFIG_FPU option and some stubs to support no-FPU systems. Signed-off-by: Alan Kao Cc: Greentime Hu Cc: Vincent Chen Cc: Zong Li Cc: Nick Hu --- arch/riscv/Kconfig | 9 + arch/risc