Commit 133bb3a8 authored by David Mosberger's avatar David Mosberger

Cset exclude: davidm@tiger.hpl.hp.com|ChangeSet|20040427053149|28511

parent 1014e334
......@@ -308,8 +308,6 @@ smp_call_function (void (*func) (void *info), void *info, int nonatomic, int wai
if (!cpus)
return 0;
BUG_ON(irqs_disabled());
data.func = func;
data.info = info;
atomic_set(&data.started, 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment