summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-jz4740/irq.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-05-01 17:24:05 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2012-05-01 17:24:05 -0700
commit208d501708c4397898fc440ac8cc68537538e39e (patch)
treec7a58e677723699b1ea5da09ba7a47a06a42cce2 /arch/mips/include/asm/mach-jz4740/irq.h
parent655861e328cea83320190f4a57b3656ee952388c (diff)
parentdc5efaa049cbb10efaf47fe977d45ea1e38b4465 (diff)
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Pull MIPS fixes from Ralf Baechle: "misc fixes some of which are also applicable to 3.3 and removal of an unused function. This has been sitting in -next for ages with no complaints. Also there are no known regressions due to these patches" * 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus: MIPS: Remove get_current_pgd(). MIPS: ath79: fix AR933X WMAC reset code MIPS: JZ4740: Fix the JZ4740_IRQ_DMA macro MIPS: Use set_current_blocked() and block_sigmask()
Diffstat (limited to 'arch/mips/include/asm/mach-jz4740/irq.h')
-rw-r--r--arch/mips/include/asm/mach-jz4740/irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-jz4740/irq.h b/arch/mips/include/asm/mach-jz4740/irq.h
index a865c983c70..5ad1a9c113c 100644
--- a/arch/mips/include/asm/mach-jz4740/irq.h
+++ b/arch/mips/include/asm/mach-jz4740/irq.h
@@ -45,7 +45,7 @@
#define JZ4740_IRQ_LCD JZ4740_IRQ(30)
/* 2nd-level interrupts */
-#define JZ4740_IRQ_DMA(x) (JZ4740_IRQ(32) + (X))
+#define JZ4740_IRQ_DMA(x) (JZ4740_IRQ(32) + (x))
#define JZ4740_IRQ_INTC_GPIO(x) (JZ4740_IRQ_GPIO0 - (x))
#define JZ4740_IRQ_GPIO(x) (JZ4740_IRQ(48) + (x))