Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

powerpc/lib: fix redundant inclusion of quad.o

quad.o is only for PPC64, and already included in obj64-y,
so it doesn't have to be in obj-y

Fixes: 31bfdb036f12 ("powerpc: Use instruction emulation infrastructure to handle alignment faults")
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>

authored by

Christophe Leroy and committed by
Michael Ellerman
f8e0d0fd 00b0cdbb

+1 -1
+1 -1
arch/powerpc/lib/Makefile
··· 49 49 obj-y += checksum_$(BITS).o checksum_wrappers.o \ 50 50 string_$(BITS).o 51 51 52 - obj-y += sstep.o ldstfp.o quad.o 52 + obj-y += sstep.o ldstfp.o 53 53 obj64-y += quad.o 54 54 55 55 obj-$(CONFIG_PPC_LIB_RHEAP) += rheap.o