diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-12-01 17:33:17 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-12-16 18:11:00 +0000 |
commit | d002aaadf84c081623a0a8502c122d1492fbd47c (patch) | |
tree | fe793d0fd1a69b1689788139a7adaf4bbe5c366c /arch/mips/kernel/smp-mt.c | |
parent | 3f84622d7c7818077f5e6cf4b8a0d1b10dc65147 (diff) | |
download | blackbird-obmc-linux-d002aaadf84c081623a0a8502c122d1492fbd47c.tar.gz blackbird-obmc-linux-d002aaadf84c081623a0a8502c122d1492fbd47c.zip |
MIPS: MT: Fix typo in comment.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/smp-mt.c')
-rw-r--r-- | arch/mips/kernel/smp-mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/smp-mt.c b/arch/mips/kernel/smp-mt.c index 43e7cdc5ded2..c0e81418ba21 100644 --- a/arch/mips/kernel/smp-mt.c +++ b/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); |