瀏覽代碼

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 <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Anton Blanchard 9 年之前
父節點
當前提交
e2ad477cb2
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/powerpc/platforms/Kconfig.cputype

+ 1 - 0
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.