Re: [PATCH] realtime-preempt patch-2.6.15-rt19 compile error (was: realtime-preempt patch-2.6.15-rt18 issues)

From: karsten wiese
Date: Tue Mar 14 2006 - 18:11:33 EST



--- Rui Nuno Capela <rncbc@xxxxxxxxx> schrieb:
> - The SLAB related usb-storage crash on disconnect is
> still there:

and its still in up to rc6-rt3, unless you apply attached
patch. My uniprocessor behaves with it.

Ingo, what exactly needs fixing here?

cheers,
Karsten






___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de--- ./mm/slab.c~ 2006-03-15 00:15:49.000000000 +0100
+++ ./mm/slab.c 2006-03-15 00:15:49.000000000 +0100
@@ -2169,7 +2169,7 @@
int node;

// FIXME:
-// smp_call_function_all_cpus(do_drain, cachep);
+ smp_call_function_all_cpus(do_drain, cachep);
check_irq_on();
for_each_online_node(node) {
l3 = cachep->nodelists[node];