[POWERPC] 86xx: local_irq_disable() is redundant after local_irq_save()
authorJiri Kosina <jkosina@suse.cz>
Thu, 1 Feb 2007 15:36:04 +0000 (16:36 +0100)
committerPaul Mackerras <paulus@samba.org>
Wed, 7 Feb 2007 03:03:20 +0000 (14:03 +1100)
commitf79ce995d0a7bfc424b1ad8f315e62ff9f67bbfe
treee944a6dc93f5b274bdc8e6f8029b50906743fd9c
parentc4cbfd64f933414eaa2042adcd276f088995898a
[POWERPC] 86xx: local_irq_disable() is redundant after local_irq_save()

arch/powerpc/platforms/86xx/mpc86xx_smp.c::smp_86xx_kick_cpu() contains
local_irq_disable() call after local_irq_save(). This looks
redundant.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/86xx/mpc86xx_smp.c