Fwd: [PATCH] powerpc: disable OProfile for iSeries
    Kelly Daly 
    kelly at au1.ibm.com
       
    Thu Feb 23 14:32:59 EST 2006
    
    
  
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 at au.ibm.com>
---
hi Paulus,
could you push this up to the 2.6.16 release please?
K
diff -urpN linux-2.6.15.4/arch/powerpc/oprofile/Kconfig linux-2.6.15.4_patch/arch/powerpc/oprofile/Kconfig
--- linux-2.6.15.4/arch/powerpc/oprofile/Kconfig	2006-02-10 18:22:48.000000000 +1100
+++ linux-2.6.15.4_patch/arch/powerpc/oprofile/Kconfig	2006-02-23 13:09:00.000000000 +1100
@@ -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
    
    
More information about the Linuxppc64-dev
mailing list