projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00b0cdb
)
powerpc/lib: fix redundant inclusion of quad.o
author
Christophe Leroy
<christophe.leroy@c-s.fr>
Mon, 13 May 2019 10:00:14 +0000
(10:00 +0000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Tue, 28 May 2019 02:08:11 +0000
(12:08 +1000)
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>
arch/powerpc/lib/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/lib/Makefile
b/arch/powerpc/lib/Makefile
index c55f9c27bf7984704b80ac6fcbb986361f4ffc77..17fce3738d48c4ecb14a455259776ab93c7881d8 100644
(file)
--- a/
arch/powerpc/lib/Makefile
+++ b/
arch/powerpc/lib/Makefile
@@
-49,7
+49,7
@@
obj64-$(CONFIG_KPROBES_SANITY_TEST) += test_emulate_step.o \
obj-y += checksum_$(BITS).o checksum_wrappers.o \
string_$(BITS).o
-obj-y += sstep.o ldstfp.o
quad.o
+obj-y += sstep.o ldstfp.o
obj64-y += quad.o
obj-$(CONFIG_PPC_LIB_RHEAP) += rheap.o