diff options
Diffstat (limited to 'arch/mips/pnx8550/common/int.c')
| -rw-r--r-- | arch/mips/pnx8550/common/int.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pnx8550/common/int.c b/arch/mips/pnx8550/common/int.c index 6b93c81779c..1ebe22bdadc 100644 --- a/arch/mips/pnx8550/common/int.c +++ b/arch/mips/pnx8550/common/int.c @@ -167,7 +167,7 @@ static struct irq_chip level_irq_type = {  static struct irqaction gic_action = {  	.handler =	no_action, -	.flags =	IRQF_DISABLED, +	.flags =	IRQF_DISABLED | IRQF_NO_THREAD,  	.name =		"GIC",  };  |