Re: [PATCH 1/2] powerpc/fpu: Drop cvt_fd() and cvt_df()

2020-09-09 Thread Michael Ellerman
On Thu, 6 Aug 2020 12:20:34 + (UTC), Christophe Leroy wrote: > Those two functions have been unused since commit identified below. > Drop them. Applied to powerpc/next. [1/2] powerpc/fpu: Drop cvt_fd() and cvt_df() https://git.kernel.org/powerpc/c/63442de4301188129e1fcff144fbfb966ad5eb1

[PATCH 1/2] powerpc/fpu: Drop cvt_fd() and cvt_df()

2020-08-06 Thread Christophe Leroy
Those two functions have been unused since commit identified below. Drop them. Fixes: 31bfdb036f12 ("powerpc: Use instruction emulation infrastructure to handle alignment faults") Signed-off-by: Christophe Leroy --- arch/powerpc/include/asm/processor.h | 2 -- arch/powerpc/kernel/fpu.S