Re: [PATCH v4 4/5] Allow to disable FPU support

2018-08-08 Thread Christoph Hellwig
On Wed, Aug 08, 2018 at 11:24:44AM +0800, Alan Kao wrote: > 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 > Cc: Greentime Hu > Cc: Vincent Chen >

[PATCH v4 4/5] Allow to disable FPU support

2018-08-07 Thread Alan Kao
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 Cc: Greentime Hu Cc: Vincent Chen Cc: Zong Li Cc: Nick Hu --- arch/riscv/Kconfig | 9 ++