linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] powerpc/irq: tidy up inconsistent context in migrate_irqs()
@ 2015-12-16  5:14 Zhang Zhuoyu
  2015-12-16  6:08 ` Daniel Axtens
  0 siblings, 1 reply; 8+ messages in thread
From: Zhang Zhuoyu @ 2015-12-16  5:14 UTC (permalink / raw)
  To: benh, paulus, mpe, tglx, jiang.liu, zhangzhuoyu
  Cc: linuxppc-dev, linux-kernel

From: Zhang Zhuoyu <zhangzhuoyu@cmss.chinamobile.com>

Remove paradoxical and unnecessary lines before disable local interrupt.

Signed-off-by: Zhang Zhuoyu <zhangzhuoyu@cmss.chinamobile.com>
---
 arch/powerpc/kernel/irq.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c
index 290559d..03fa686 100644
--- a/arch/powerpc/kernel/irq.c
+++ b/arch/powerpc/kernel/irq.c
@@ -454,8 +454,6 @@ void migrate_irqs(void)
 
 	free_cpumask_var(mask);
 
-	local_irq_enable();
-	mdelay(1);
 	local_irq_disable();
 }
 #endif
-- 
1.8.3.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-12-24  7:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-16  5:14 [PATCH 1/1] powerpc/irq: tidy up inconsistent context in migrate_irqs() Zhang Zhuoyu
2015-12-16  6:08 ` Daniel Axtens
2015-12-16 11:31   ` Michael Ellerman
2015-12-16 11:54     ` Denis Kirjanov
2015-12-16 14:45       ` Zhang Zhuoyu
2015-12-23  2:35       ` Zhang Zhuoyu
2015-12-23 21:55         ` Denis Kirjanov
     [not found]           ` <CAOJe8K2AxWR+tjHhTSpk6_CUZSp+8dmnwzuZJ3s29LmLMJBytw@mail.gmail.com>
2015-12-24  7:05             ` Zhang Zhuoyu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).