projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ea5814
)
[MIPS] Fix Bonito bootup message.
author
Ralf Baechle
<ralf@linux-mips.org>
Fri, 24 Nov 2006 12:17:51 +0000
(12:17 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 28 Nov 2006 19:13:34 +0000
(19:13 +0000)
Even when enabling Bonito IOBC coherence the kernel would actually claim
it was disabling it.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mips-boards/malta/malta_setup.c
patch
|
blob
|
history
diff --git
a/arch/mips/mips-boards/malta/malta_setup.c
b/arch/mips/mips-boards/malta/malta_setup.c
index ab460f805befcc57eb28a22ac63a14a80e8b7552..282f3e52eea3622eb1d00fd9ca710ac8e41cbda4 100644
(file)
--- a/
arch/mips/mips-boards/malta/malta_setup.c
+++ b/
arch/mips/mips-boards/malta/malta_setup.c
@@
-159,7
+159,7
@@
void __init plat_mem_setup(void)
BONITO_PCIMEMBASECFG |=
(BONITO_PCIMEMBASECFG_MEMBASE0_CACHED |
BONITO_PCIMEMBASECFG_MEMBASE1_CACHED);
- printk("
Dis
abled Bonito IOBC coherency\n");
+ printk("
En
abled Bonito IOBC coherency\n");
}
}
else