[PATCH] powerpc: disable OProfile for iSeries

Disable OProfile in Kconfig for iSeries to prevent hangs.  OProfile
was not originally intended to work with legacy iSeries.

Signed-off-by: Kelly Daly <kelly@au.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
Kelly Daly 2006-02-23 14:32:59 +11:00 коммит произвёл Paul Mackerras
Родитель 1775dbbcd0
Коммит 611ae59c62
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1,4 +1,5 @@
config PROFILING
depends on !PPC_ISERIES
bool "Profiling support (EXPERIMENTAL)"
help
Say Y here to enable the extended profiling support mechanisms used