Skip to content

Commit

Permalink
[POWERPC] 86xx: local_irq_disable() is redundant after local_irq_save()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jiri Kosina authored and Paul Mackerras committed Feb 7, 2007
1 parent c4cbfd6 commit f79ce99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/powerpc/platforms/86xx/mpc86xx_smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ smp_86xx_kick_cpu(int nr)
pr_debug("smp_86xx_kick_cpu: kick CPU #%d\n", nr);

local_irq_save(flags);
local_irq_disable();

/* Save reset vector */
save_vector = *vector;
Expand Down

0 comments on commit f79ce99

Please sign in to comment.