projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f84622
)
MIPS: MT: Fix typo in comment.
author
Ralf Baechle
<ralf@linux-mips.org>
Wed, 1 Dec 2010 17:33:17 +0000
(17:33 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Thu, 16 Dec 2010 18:11:00 +0000
(18:11 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/smp-mt.c
patch
|
blob
|
history
diff --git
a/arch/mips/kernel/smp-mt.c
b/arch/mips/kernel/smp-mt.c
index 43e7cdc5ded23a42fa1a8f24376ddf60eb96ccac..c0e81418ba21281ea4f3b5cedff5e564f947c1a1 100644
(file)
--- 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 in
et
rrupts */
+ /* This is Malta specific: IPI,performance and timer in
te
rrupts */
if (gic_present)
change_c0_status(ST0_IM, STATUSF_IP3 | STATUSF_IP4 |
STATUSF_IP6 | STATUSF_IP7);