diff options
author | Tony Wu <tung7970@gmail.com> | 2013-06-21 10:09:23 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-07-01 15:10:57 +0200 |
commit | 42a111797e8fa961d6168922e873d6b4be87e904 (patch) | |
tree | 9341504431df162b918307e1c8f52b584f4427d3 /arch/mips/include | |
parent | fc192e50f868d8f34b15a18c38407f4b9468a31d (diff) | |
download | linux-stable-42a111797e8fa961d6168922e873d6b4be87e904.tar.gz linux-stable-42a111797e8fa961d6168922e873d6b4be87e904.tar.bz2 linux-stable-42a111797e8fa961d6168922e873d6b4be87e904.zip |
MIPS: Fix typos and cleanup comment
Signed-off-by: Tony Wu <tung7970@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5535/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include')
-rw-r--r-- | arch/mips/include/asm/gic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/gic.h b/arch/mips/include/asm/gic.h index 7153b32de18e..b2e3e93dd7d8 100644 --- a/arch/mips/include/asm/gic.h +++ b/arch/mips/include/asm/gic.h @@ -347,7 +347,7 @@ struct gic_shared_intr_map { #define GIC_CPU_INT2 2 /* . */ #define GIC_CPU_INT3 3 /* . */ #define GIC_CPU_INT4 4 /* . */ -#define GIC_CPU_INT5 5 /* Core Interrupt 5 */ +#define GIC_CPU_INT5 5 /* Core Interrupt 7 */ /* Local GIC interrupts. */ #define GIC_INT_TMR (GIC_CPU_INT5) |