Re: [PATCH] UP: smp_call_function_single() must warn on irqs_disabled()

2007-07-17 Thread Satyam Sharma
On Wed, 18 Jul 2007, Satyam Sharma wrote: > On Wed, 18 Jul 2007, Al Viro wrote: > > > On Wed, Jul 18, 2007 at 01:24:46AM +0200, Uwe Kleine-Konig wrote: > > > [...] > > > a52b1752c07 introduces usage of the WARN_ON macro in , but > > > doesn't pull in . ( is not enough, at least > > > for arm, be

[PATCH] UP: smp_call_function_single() must warn on irqs_disabled()

2007-07-17 Thread Satyam Sharma
abled(), as explained in changelog below. I'd be grateful if someone could apply this, Cc:'ing Andi too. Satyam --- [PATCH] UP: smp_call_function_single() must warn on irqs_disabled() Because: (1) smp_call_function_single() semantics dictate that. (2) That makes UP behaviour similar