projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1775dbb
)
[PATCH] powerpc: disable OProfile for iSeries
author
Kelly Daly
<kelly@au1.ibm.com>
Thu, 23 Feb 2006 03:32:59 +0000
(14:32 +1100)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 24 Feb 2006 00:36:27 +0000
(11:36 +1100)
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>
arch/powerpc/oprofile/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/oprofile/Kconfig
b/arch/powerpc/oprofile/Kconfig
index eb2dece76a540626fc3fe6c0f90e4330f9c84a59..d03c0e5ca8705fc56a501c6ce39230d6f7e80a22 100644
(file)
--- a/
arch/powerpc/oprofile/Kconfig
+++ b/
arch/powerpc/oprofile/Kconfig
@@
-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