]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/cell: Drop CONFIG_TUNE_CELL in favour of CONFIG_CELL_CPU
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 13 Oct 2015 08:17:07 +0000 (19:17 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 19 Oct 2015 08:51:18 +0000 (19:51 +1100)
commitd493f446d8f8dbff7bce3fe97cb252a1bc8fdd06
treec60f9697982e3f33bb766a982dc8c268f620c4bb
parent6776778ee7f58e4bb47caa4987b1ec98dc574295
powerpc/cell: Drop CONFIG_TUNE_CELL in favour of CONFIG_CELL_CPU

The TUNE_CELL option allows you to build a kernel that runs on multiple
CPUs but is tuned (ie. optimised) to run on Cell CPUs. Now days no one
is building a distro in that fashion, and any users who are building
custom kernels for their Cell machines are better off building with
CONFIG_CELL_CPU, which builds a kernel that only runs on Cell and
therefore can be optimised even more aggresively.

Dropping the option also avoids confusing other users, who are presented
with an option to tune for Cell when they are not building for a Cell
CPU at all.

Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Makefile
arch/powerpc/configs/cell_defconfig
arch/powerpc/configs/ps3_defconfig
arch/powerpc/platforms/Kconfig.cputype