Searched hist:"7 fd123e544886bf04fa853869efe55cb3f22d0c0" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/platforms/ |
H A D | Kconfig.cputype | diff 7fd123e544886bf04fa853869efe55cb3f22d0c0 Wed Sep 21 03:41:03 CEST 2022 Nicholas Piggin <npiggin@gmail.com> powerpc/64s: update cpu selection options
Update the 64s GENERIC_CPU option. POWER4 support has been dropped, so make that clear in the option name. The POWER5_CPU option is dropped because it's uncommon, and GENERIC_CPU covers it.
-mtune= before power8 is dropped because the minimum gcc version supports power8, and tuning is made consistent between big and little endian.
A 970 option is added for PowerPC 970 / G5 because they still have a user base, and -mtune=power8 does not generate good code for the 970.
This also updates the ISA versions document to add Power4/Power4+ because I didn't realise Power4+ used 2.01.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Reviewed-by: Segher Boessenkool <segher@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220921014103.587954-2-npiggin@gmail.com
|
/linux/arch/powerpc/ |
H A D | Makefile | diff 7fd123e544886bf04fa853869efe55cb3f22d0c0 Wed Sep 21 03:41:03 CEST 2022 Nicholas Piggin <npiggin@gmail.com> powerpc/64s: update cpu selection options
Update the 64s GENERIC_CPU option. POWER4 support has been dropped, so make that clear in the option name. The POWER5_CPU option is dropped because it's uncommon, and GENERIC_CPU covers it.
-mtune= before power8 is dropped because the minimum gcc version supports power8, and tuning is made consistent between big and little endian.
A 970 option is added for PowerPC 970 / G5 because they still have a user base, and -mtune=power8 does not generate good code for the 970.
This also updates the ISA versions document to add Power4/Power4+ because I didn't realise Power4+ used 2.01.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Reviewed-by: Segher Boessenkool <segher@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220921014103.587954-2-npiggin@gmail.com
|