Re: possible deadlock in smp_call_function()

Ingo Molnar (mingo@chiara.csoma.elte.hu)
Sat, 25 Sep 1999 21:25:30 +0200 (CEST)


On Sat, 25 Sep 1999, Manfred wrote:

> Ingo, could you also fix the UP version of smp_call_function in
> <linux/smp.h>?
> line 84:
> - #define smp_call_function(func,info,retry,wait)
> + #define smp_call_function(func,info,retry,wait) (func,info,retry,wait,
> 0)

whats are you trying to achieve? smp_call_function() is supposed to
only execute on all 'other' CPUs. Ie. on UP it's supposed to be a
no-op.

-- mingo

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