From ddcd64386f6f8b18ef92010bb62d7982baaa35ca Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 1 Dec 2010 17:33:17 +0000 Subject: [PATCH] --- yaml --- r: 223348 b: refs/heads/master c: d002aaadf84c081623a0a8502c122d1492fbd47c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/kernel/smp-mt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 227cc5903d95..49333e9134c3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3f84622d7c7818077f5e6cf4b8a0d1b10dc65147 +refs/heads/master: d002aaadf84c081623a0a8502c122d1492fbd47c diff --git a/trunk/arch/mips/kernel/smp-mt.c b/trunk/arch/mips/kernel/smp-mt.c index 43e7cdc5ded2..c0e81418ba21 100644 --- a/trunk/arch/mips/kernel/smp-mt.c +++ b/trunk/arch/mips/kernel/smp-mt.c @@ -153,7 +153,7 @@ static void __cpuinit vsmp_init_secondary(void) { extern int gic_present; - /* This is Malta specific: IPI,performance and timer inetrrupts */ + /* This is Malta specific: IPI,performance and timer interrupts */ if (gic_present) change_c0_status(ST0_IM, STATUSF_IP3 | STATUSF_IP4 | STATUSF_IP6 | STATUSF_IP7);