Subject: powerpc: enable oprofile for cell From: David Erb change defconfig so we build with oprofile by default. Signed-off-by: Arnd Bergmann Index: linus-2.6/arch/powerpc/configs/cbesim_defconfig =================================================================== --- linus-2.6.orig/arch/powerpc/configs/cbesim_defconfig +++ linus-2.6/arch/powerpc/configs/cbesim_defconfig @@ -136,6 +136,7 @@ CONFIG_CELL_IIC=y CONFIG_SPU_FS=m CONFIG_SPUFS_MMAP=y CONFIG_BE_RAS=y +# CONFIG_BE_PERF is not set # # Kernel options @@ -754,6 +755,7 @@ CONFIG_ZLIB_DEFLATE=m # Instrumentation Support # # CONFIG_PROFILING is not set +# CONFIG_OPROFILE is not set # CONFIG_KPROBES is not set # Index: linus-2.6/arch/powerpc/configs/cell_defconfig =================================================================== --- linus-2.6.orig/arch/powerpc/configs/cell_defconfig +++ linus-2.6/arch/powerpc/configs/cell_defconfig @@ -137,6 +137,7 @@ CONFIG_BE_DD2=y CONFIG_SPU_FS=m CONFIG_SPUFS_MMAP=y CONFIG_BE_RAS=y +CONFIG_BE_PERF=y # # Kernel options @@ -1022,7 +1023,8 @@ CONFIG_ZLIB_DEFLATE=m # # Instrumentation Support # -# CONFIG_PROFILING is not set +CONFIG_PROFILING=y +CONFIG_OPROFILE=y # CONFIG_KPROBES is not set #