Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arch/mn10300/kernel/irq.c: fix build

Addresses https://bugzilla.kernel.org/show_bug.cgi?id=25702

Reported-by: Martin Ettl <ettl.martin@gmx.de>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Andrew Morton and committed by
Linus Torvalds
d9a1abe4 867c2026

+1 -1
+1 -1
arch/mn10300/kernel/irq.c
··· 459 459 tmp = CROSS_GxICR(irq, new); 460 460 461 461 x &= GxICR_LEVEL | GxICR_ENABLE; 462 - if (GxICR(irq) & GxICR_REQUEST) { 462 + if (GxICR(irq) & GxICR_REQUEST) 463 463 x |= GxICR_REQUEST | GxICR_DETECT; 464 464 CROSS_GxICR(irq, new) = x; 465 465 tmp = CROSS_GxICR(irq, new);