Hey Michael,<br>
<br>
I will definitely look into doing it the way that you have
mentioned.&nbsp; In the interim, however, this is a good solution to
stop the hanging problem.&nbsp; <br>
<br>
Cheers,<br>
Kelly<br><br><div><span class="gmail_quote">On 2/23/06, <b class="gmail_sendername">Michael Ellerman</b> &lt;<a href="mailto:michael@ellerman.id.au">michael@ellerman.id.au</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thu, 23 Feb 2006 14:32, Kelly Daly wrote:<br>&gt; disable OProfile in Kconfig for iSeries to prevent hangs.&nbsp;&nbsp;OProfile was not<br>&gt; originally intended to work with legacy iSeries.<br>&gt;<br>&gt; diff -urpN linux-2.6.15.4
/arch/powerpc/oprofile/Kconfig<br>&gt; linux-2.6.15.4_patch/arch/powerpc/oprofile/Kconfig ---<br>&gt; linux-2.6.15.4/arch/powerpc/oprofile/Kconfig&nbsp;&nbsp;2006-02-10 18:22:48.000000000<br>&gt; +1100 +++ linux-2.6.15.4_patch/arch/powerpc/oprofile/Kconfig
&nbsp;&nbsp;2006-02-23<br>&gt; 13:09:00.000000000 +1100 @@ -1,4 +1,5 @@<br>&gt;&nbsp;&nbsp;config PROFILING<br>&gt; +&nbsp;&nbsp;&nbsp;&nbsp; depends on !PPC_ISERIES<br><br>We've been trying to avoid !ISERIES compile time checks because they're a<br>barrier to the mythical combined kernel. I haven't looked at the oprofile
<br>code, but is there an easy way to turn this into a<br>firmware_has_feature(ISERIES) check?<br><br>cheers<br><br>--<br>Michael Ellerman<br>IBM OzLabs<br><br>wwweb: <a href="http://michael.ellerman.id.au">http://michael.ellerman.id.au
</a><br>phone: +61 2 6212 1183 (tie line 70 21183)<br><br>We do not inherit the earth from our ancestors,<br>we borrow it from our children. - S.M.A.R.T Person<br><br><br>_______________________________________________<br>
Linuxppc64-dev mailing list<br><a href="mailto:Linuxppc64-dev@ozlabs.org">Linuxppc64-dev@ozlabs.org</a><br><a href="https://ozlabs.org/mailman/listinfo/linuxppc64-dev">https://ozlabs.org/mailman/listinfo/linuxppc64-dev</a>
<br><br><br><br></blockquote></div><br>