[Cbe-oss-dev] [PATCH] OProfile: fix Kconfig changes in the 2.6.23 kernel
Arnd Bergmann
arnd at arndb.de
Thu Nov 1 08:42:50 EST 2007
On Wednesday 31 October 2007, Bob Nelson wrote:
> +
> +config OPROFILE_CELL
> + def_bool y
> + depends on PPC_CELL_NATIVE && ((SPU_FS = y && OPROFILE = m) || (SPU_FS = y && OPROFILE = y) || (SPU_FS = m && OPROFILE = m))
Just one more optimization, I think you can get the same effect with the
short version
depends on PPC_CELL_NATIVE && (SPU_FS != n && OPROFILE != n)
Does that make sense?
Arnd <><
More information about the cbe-oss-dev
mailing list