From: Anton Blanchard Date: Sun, 25 Sep 2016 12:35:41 +0000 (+1000) Subject: powerpc: Set default CPU type to POWER8 for little endian builds X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e2ad477cb26360532da7ee9ffc9631d6c0006a1d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git powerpc: Set default CPU type to POWER8 for little endian builds We supported POWER7 CPUs for bootstrapping little endian, but the target was always POWER8. Now that POWER7 specific issues are impacting performance, change the default target to POWER8. Signed-off-by: Anton Blanchard Signed-off-by: Michael Ellerman --- diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype index c0dbdb004f49..ca2da30ad2ab 100644 --- a/arch/powerpc/platforms/Kconfig.cputype +++ b/arch/powerpc/platforms/Kconfig.cputype @@ -87,6 +87,7 @@ endchoice choice prompt "CPU selection" depends on PPC64 + default POWER8_CPU if CPU_LITTLE_ENDIAN default GENERIC_CPU help This will create a kernel which is optimised for a particular CPU.