On Thu, 30 Nov 2006 14:11:40 -0800
Randy Dunlap <randy.dunlap@xxxxxxxxxx> wrote:
On Thu, 30 Nov 2006 08:00:00 +0100 Ingo Molnar wrote:
On Wed, 2006-11-29 at 17:45 -0800, Andrew Morton wrote:Hi Ingo,No, I think this patch is right - the declaration of the CONFIG_SMPhm, didnt i send an updated patch for that already? See the patch below,
smp_call_function_single() is in linux/smp.h so the !CONFIG_SMP
declaration
or definition should be there too.
It's still buggy though. It should disable local interrupts around
the
call to match the SMP version. I'll fix that separately.
from many days ago. I sent it after the tsc-sync-rewrite patch.
Has there been a patch for this one? (UP again, not SMP)
drivers/input/ff-memless.c:384: warning: implicit declaration of function 'local_bh_disable'
drivers/input/ff-memless.c:393: warning: implicit declaration of function 'local_bh_enable'
Thanks,
---
~Randy
config: http://oss.oracle.com/~rdunlap/configs/config-input-up-header
eww.. I guess linux/spinlock.h should really include linux/interrupt.h. But interrupt.h includes stuff like sched.h which will want spinlock.h.
This, maybe?