From 14d1317dd2e2cf322b449d07a8f41f4e1a212a92 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Mon, 3 Jan 2011 14:59:11 -0800 Subject: [PATCH] --- yaml --- r: 223739 b: refs/heads/master c: d9a1abe4844e7591cd82e167a1a09e6546f6c45e h: refs/heads/master i: 223737: f47ee9c205bf44f1e519584821d61a77e67d4b5f 223735: b9d2f648ddcfe9d100eb147726e346d7b7ae3d62 v: v3 --- [refs] | 2 +- trunk/arch/mn10300/kernel/irq.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 11d559b98190..30139e751411 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 867c20265459d30a01b021a9c1e81fb4c5832aa9 +refs/heads/master: d9a1abe4844e7591cd82e167a1a09e6546f6c45e diff --git a/trunk/arch/mn10300/kernel/irq.c b/trunk/arch/mn10300/kernel/irq.c index c2e44597c22b..ac11754ecec5 100644 --- a/trunk/arch/mn10300/kernel/irq.c +++ b/trunk/arch/mn10300/kernel/irq.c @@ -459,7 +459,7 @@ void migrate_irqs(void) tmp = CROSS_GxICR(irq, new); x &= GxICR_LEVEL | GxICR_ENABLE; - if (GxICR(irq) & GxICR_REQUEST) { + if (GxICR(irq) & GxICR_REQUEST) x |= GxICR_REQUEST | GxICR_DETECT; CROSS_GxICR(irq, new) = x; tmp = CROSS_GxICR(irq, new);