[PATCH][2.5][4/18] smp_call_function_on_cpu mm/slab.c

Zwane Mwaikambo (zwane@holomorphy.com)
Wed, 22 Jan 2003 00:20:19 -0500 (EST)


Index: linux-2.5.59/mm/slab.c
===================================================================
RCS file: /build/cvsroot/linux-2.5.59/mm/slab.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 slab.c
--- linux-2.5.59/mm/slab.c 17 Jan 2003 11:16:41 -0000 1.1.1.1
+++ linux-2.5.59/mm/slab.c 22 Jan 2003 02:36:46 -0000
@@ -1122,7 +1122,7 @@
func(arg);
local_irq_enable();

- if (smp_call_function(func, arg, 1, 1))
+ if (smp_call_function(func, arg, 1))
BUG();
}

-- 
function.linuxpower.ca

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/