Received: from mail.onstor.com (66.201.51.107) by exch1.onstor.net
 (10.0.0.225) with Microsoft SMTP Server id 8.1.311.2; Tue, 31 Mar 2009
 11:15:20 -0700
Received: from psmtp.com ([64.18.0.44]) by mail.onstor.com with Microsoft
 SMTPSVC(6.0.3790.3959);	 Tue, 31 Mar 2009 11:15:19 -0700
Received: from source ([213.58.128.207]) by exprod5mx198.postini.com
 ([64.18.4.13]) with SMTP;	Tue, 31 Mar 2009 14:15:19 EDT
Received: from localhost.localdomain ([127.0.0.1]:2797 "EHLO
	ftp.linux-mips.org") by ftp.linux-mips.org with ESMTP	id S20023832AbZCaSHF
 (ORCPT <rfc822;andy.sharp@onstor.com>);	Tue, 31 Mar 2009 19:07:05 +0100
Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 31 Mar 2009 19:06:48
 +0100 (BST)
Received: from mail-fx0-f175.google.com ([209.85.220.175]:10949 "EHLO
	mail-fx0-f175.google.com") by ftp.linux-mips.org with ESMTP	id
 S20024407AbZCaSGX (ORCPT <rfc822;linux-mips@linux-mips.org>);	Tue, 31 Mar
 2009 19:06:23 +0100
Received: by fxm23 with SMTP id 23so2707642fxm.0        for
 <linux-mips@linux-mips.org>; Tue, 31 Mar 2009 11:06:16 -0700 (PDT)
Received: by 10.103.238.4 with SMTP id p4mr2395618mur.68.1238522776780;
        Tue, 31 Mar 2009 11:06:16 -0700 (PDT)
Received: from localhost.localdomain (p5496E20F.dip.t-dialin.net
 [84.150.226.15])        by mx.google.com with ESMTPS id
 u9sm12288569muf.55.2009.03.31.11.06.14        (version=TLSv1/SSLv3
 cipher=RC4-MD5);        Tue, 31 Mar 2009 11:06:16 -0700 (PDT)
From: Manuel Lauss <mano@roarinelk.homelinux.net>
To: Linux-MIPS <linux-mips@linux-mips.org>
CC: Manuel Lauss <mano@roarinelk.homelinux.net>
Sender: "linux-mips-bounce@linux-mips.org" <linux-mips-bounce@linux-mips.org>
Date: Tue, 31 Mar 2009 11:06:16 -0700
Subject: [PATCH 1/2] Alchemy: Fix AU1100 interrupt numbers off-by-one
Thread-Topic: [PATCH 1/2] Alchemy: Fix AU1100 interrupt numbers off-by-one
Thread-Index: AcmyLKbB9tWalNWdRm2UEys2QNOOYg==
Message-ID: <1238522777-20811-1-git-send-email-mano@roarinelk.homelinux.net>
Accept-Language: en-US
Content-Language: en-US
X-MS-Exchange-Organization-AuthAs: Internal
X-MS-Exchange-Organization-AuthMechanism: 0b
X-MS-Exchange-Organization-AuthSource: exch1.onstor.net
X-MS-Has-Attach:
X-Auto-Response-Suppress: All
X-MS-TNEF-Correlator:
x-originalarrivaltime: 31 Mar 2009 18:15:19.0464 (UTC)
 FILETIME=[A6456280:01C9B22C]
domainkey-signature: a=rsa-sha1; c=nofws;        d=googlemail.com; s=gamma;
        h=sender:from:to:cc:subject:date:message-id:x-mailer;
        b=a7bWW4YHFOb4UWMIm/Vx4H/xXi3Bt79LEsX3rDX4R4pN2Wgr3OQbN2zchMCyo/WJuh
         bx5fiRtcsgUISwCBnUph+Wbgj/EbhjEPa0in5XtOdk5CNORDlXHoGDT1/sE0eribzw1W
         GO4xw5HxN8QItOwU5fXQbKvCnJw7YIl2f+UWI=
errors-to: linux-mips-bounce@linux-mips.org
x-pstn-levels: (S:46.00858/99.90000 CV:99.9000 FC:95.5390 LC:95.5390
 R:95.9108 P:95.9108 M:97.0282 C:98.6951 )
x-pstn-neptune: 3/1/0.33/76
dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=googlemail.com; s=gamma;
        h=domainkey-signature:received:received:sender:from:to:cc:subject
         :date:message-id:x-mailer;
        bh=FSAVD1iRQIjn1w+vJAtIrydczmVaNr44VvVe5tUxeJI=;
        b=tVyyrwWGVUF/CzbhrIdDykRxqY4mriiqZOCtfauxkOgz/A8BKFi5IaL0XqewVuST93
         6jjR6spakypxsB83KV8gSlGlDt9bWynJSzUZ2dhLJdkbz5KgbIsSDqgnCh4wXGJvCkIj
         MGeIrxNqkQj1kFI6AIaNBGW/yqfr1+JbdC2uk=
x-ems-proccessed: 2K3Xl1OQTInXD6xxuA8z3Q==
x-ems-stamp: qt5RO31WO4tNJPFBpO24pQ==
x-list: linux-mips
x-archive-position: 22217
x-ecartis-version: Ecartis v1.0.0
x-original-sender: mano@roarinelk.homelinux.net
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0


Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net>
---
 arch/mips/include/asm/mach-au1x00/au1000.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/mips/include/asm/mach-au1x00/au1000.h b/arch/mips/include=
/asm/mach-au1x00/au1000.h
index 62f91f5..87a1659 100644
--- a/arch/mips/include/asm/mach-au1x00/au1000.h
+++ b/arch/mips/include/asm/mach-au1x00/au1000.h
@@ -715,7 +715,7 @@ enum soc_au1500_ints {
 #ifdef CONFIG_SOC_AU1100
 enum soc_au1100_ints {
 	AU1100_FIRST_INT	=3D MIPS_CPU_IRQ_BASE + 8,
-	AU1100_UART0_INT,
+	AU1100_UART0_INT	=3D AU1100_FIRST_INT,
 	AU1100_UART1_INT,
 	AU1100_SD_INT,
 	AU1100_UART3_INT,
--=20
1.6.2


