but I see Adam is using 2.6.26 from the first line<br>which version are you using?<br><br>I am currently trying with 2.6.26-13 on debian.<br><br>r<br><br><br><div class="gmail_quote">2009/1/16 ben <span dir="ltr">&lt;<a href="mailto:brouits@free.fr">brouits@free.fr</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">this means the patch doesn&#39;t apply on your version of kernel source.<br>
you have to use the same kernel as the one the patch is made for.<br><font color="#888888">
- ben<br>
Cassiel a écrit :</font><div><div></div><div class="Wj3C7c"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi you all,<br>
<br>
I am trying to compile a RT kernel after the recent fix by Adam Samson but probably I am missing something.<br>
<br>
I have saved this content in a text file (adam_patch)<br>
<br>
--- linux-2.6.26/kernel/softirq.c_orig 2009-01-04 14:41:06.000000000 +0000<br>
+++ linux-2.6.26/kernel/softirq.c 2009-01-04 14:41:49.000000000 +0000<br>
@@ -657,7 +657,7 @@<br>
 &nbsp; &nbsp; &nbsp; &nbsp; local_irq_disable();<br>
 &nbsp; &nbsp; &nbsp; &nbsp; list = __get_cpu_var(tasklet_hi_vec).head;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; __get_cpu_var(tasklet_hi_vec).head = NULL;<br>
- __get_cpu_var(tasklet_hi_vec).tail = &amp;__get_cpu_var(tasklet_vec).head;<br>
+ __get_cpu_var(tasklet_hi_vec).tail = &amp;__get_cpu_var(tasklet_hi_vec).head;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; local_irq_enable();<br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; __tasklet_action(a, list);<br>
<br>
but when tryin to apply the patch...<br>
<br>
agf:/usr/src/linux-source-2.6.26# patch -p1 -i adam_patch<br>
patching file kernel/softirq.c<br>
Hunk #1 FAILED at 657.<br>
1 out of 1 hunk FAILED -- saving rejects to file kernel/softirq.c.rej<br>
<br>
Ingo Molnar uploaded a new rt-13 patch (10-Jan-2009), but I am not sure if the latest fixes by Adam are included... &#39;cause jackd freezes when trying to use alsa seq<br>
<br>
Any ideas?<br>
</blockquote>
&gt; regards<br>
&gt; raffaele<br>
<br>
<br>
</div></div></blockquote></div><br>