From 9dc73222d537f08a8de3110323e55bb557ed17c8 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 13 Nov 2012 10:41:50 +0100 Subject: [PATCH] --- yaml --- r: 335625 b: refs/heads/master c: 225ae5fd9a320e22841410049c3bdb6cf14a5841 h: refs/heads/master i: 335623: a4830b5b8cf5925b534baa97bec4da0bfb00e84d v: v3 --- [refs] | 2 +- trunk/arch/mips/mti-malta/malta-platform.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a6a991c01c90..be8c56cc91e3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e97c5b609880d97313b13eb71830fca62cee50c2 +refs/heads/master: 225ae5fd9a320e22841410049c3bdb6cf14a5841 diff --git a/trunk/arch/mips/mti-malta/malta-platform.c b/trunk/arch/mips/mti-malta/malta-platform.c index 80562b81f0f2..74732177851c 100644 --- a/trunk/arch/mips/mti-malta/malta-platform.c +++ b/trunk/arch/mips/mti-malta/malta-platform.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #define SMC_PORT(base, int) \ @@ -48,7 +49,7 @@ static struct plat_serial8250_port uart8250_data[] = { SMC_PORT(0x2F8, 3), { .mapbase = 0x1f000900, /* The CBUS UART */ - .irq = MIPS_CPU_IRQ_BASE + 2, + .irq = MIPS_CPU_IRQ_BASE + MIPSCPU_INT_MB2, .uartclk = 3686400, /* Twice the usual clk! */ .iotype = UPIO_MEM32, .flags = CBUS_UART_FLAGS,