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/4xx: ppc4xx compile flag optimizations

This patch splits up the compile flags between ppc40x and ppc44x.

Signed-off-by: John Crispin <john@phrozen.org>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/1482393968-60623-1-git-send-email-john@phrozen.org

authored by

Imre Kaloz and committed by
Michael Ellerman
548ad77d 03fd42d4

+5 -4
+2 -1
arch/powerpc/Makefile
··· 246 246 # often slow when they are implemented at all 247 247 KBUILD_CFLAGS += $(call cc-option,-mno-string) 248 248 249 - cpu-as-$(CONFIG_4xx) += -Wa,-m405 249 + cpu-as-$(CONFIG_40x) += -Wa,-m405 250 + cpu-as-$(CONFIG_44x) += -Wa,-m440 250 251 cpu-as-$(CONFIG_ALTIVEC) += $(call as-option,-Wa$(comma)-maltivec) 251 252 cpu-as-$(CONFIG_E200) += -Wa,-me200 252 253 cpu-as-$(CONFIG_E500) += -Wa,-me500
+3 -3
arch/powerpc/boot/Makefile
··· 70 70 DTC_FLAGS ?= -p 1024 71 71 72 72 $(obj)/4xx.o: BOOTCFLAGS += -mcpu=405 73 - $(obj)/ebony.o: BOOTCFLAGS += -mcpu=405 73 + $(obj)/ebony.o: BOOTCFLAGS += -mcpu=440 74 74 $(obj)/cuboot-hotfoot.o: BOOTCFLAGS += -mcpu=405 75 - $(obj)/cuboot-taishan.o: BOOTCFLAGS += -mcpu=405 76 - $(obj)/cuboot-katmai.o: BOOTCFLAGS += -mcpu=405 75 + $(obj)/cuboot-taishan.o: BOOTCFLAGS += -mcpu=440 76 + $(obj)/cuboot-katmai.o: BOOTCFLAGS += -mcpu=440 77 77 $(obj)/cuboot-acadia.o: BOOTCFLAGS += -mcpu=405 78 78 $(obj)/treeboot-iss4xx.o: BOOTCFLAGS += -mcpu=405 79 79 $(obj)/treeboot-currituck.o: BOOTCFLAGS += -mcpu=405