Searched hist:"3 e3ebed3fef4878e6f1680ff98088db1a9688831" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/powerpc/lib/ |
H A D | ldstfp.S | diff 3e3ebed3fef4878e6f1680ff98088db1a9688831 Mon May 13 05:00:15 CDT 2019 Christophe Leroy <christophe.leroy@c-s.fr> powerpc/lib: only build ldstfp.o when CONFIG_PPC_FPU is set
The entire code in ldstfp.o is enclosed into #ifdef CONFIG_PPC_FPU, so there is no point in building it when this config is not selected.
Fixes: cd64d1697cf0 ("powerpc: mtmsrd not defined") Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|
H A D | Makefile | diff 3e3ebed3fef4878e6f1680ff98088db1a9688831 Mon May 13 05:00:15 CDT 2019 Christophe Leroy <christophe.leroy@c-s.fr> powerpc/lib: only build ldstfp.o when CONFIG_PPC_FPU is set
The entire code in ldstfp.o is enclosed into #ifdef CONFIG_PPC_FPU, so there is no point in building it when this config is not selected.
Fixes: cd64d1697cf0 ("powerpc: mtmsrd not defined") Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
|