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>
local_irq_disable();
<br>
list = __get_cpu_var(tasklet_hi_vec).head;
<br>
__get_cpu_var(tasklet_hi_vec).head = NULL;
<br>
- __get_cpu_var(tasklet_hi_vec).tail = &__get_cpu_var(tasklet_vec).head;
<br>
+ __get_cpu_var(tasklet_hi_vec).tail = &__get_cpu_var(tasklet_hi_vec).head;
<br>
local_irq_enable();
<br>
<br>
__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... 'cause jackd freezes when trying to use alsa seq<br><br>Any ideas?<br><br>regards<br>raffaele<br>