commit | 57f889471c0fb55cbb0db98b30483040e2065bd9 | [log] [tgz] |
---|---|---|
author | John Ogness <john.ogness@linutronix.de> | Wed Nov 11 14:48:50 2015 +0100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Thu Nov 26 22:11:05 2015 +1100 |
tree | eff47a60242e8b7c808776e1baa1218ab3426c2e | |
parent | 87630eb1d5ab76fc39e785294d1930bebcecabcf [diff] |
powerpc/powermac: set IRQF_NO_THREAD for xmon/cascade handlers The xmon and cascade irq handlers must not run as threads. pmac_pic_lock is already a raw_spinlock, but the irq flag IRQF_NO_THREAD needs to be set as well. Signed-off-by: John Ogness <john.ogness@linutronix.de> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>