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:
8e2a769
)
Blackfin arch: remove spurious dash when dcache is off
author
Mike Frysinger
<vapier.adi@gmail.com>
Thu, 5 Mar 2009 10:47:20 +0000
(18:47 +0800)
committer
Bryan Wu
<cooloney@kernel.org>
Thu, 5 Mar 2009 10:47:20 +0000
(18:47 +0800)
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/kernel/setup.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/kernel/setup.c
b/arch/blackfin/kernel/setup.c
index 4646b985cc9dc1bdc410cc5dd9f271c36262ca92..a58687bdee6a6580031d6903526774c3f35e1625 100644
(file)
--- a/
arch/blackfin/kernel/setup.c
+++ b/
arch/blackfin/kernel/setup.c
@@
-1145,12
+1145,12
@@
static int show_cpuinfo(struct seq_file *m, void *v)
icache_size = 0;
seq_printf(m, "cache size\t: %d KB(L1 icache) "
- "%d KB(L1 dcache
-
%s) %d KB(L2 cache)\n",
+ "%d KB(L1 dcache%s) %d KB(L2 cache)\n",
icache_size, dcache_size,
#if defined CONFIG_BFIN_WB
- "wb"
+ "
-
wb"
#elif defined CONFIG_BFIN_WT
- "wt"
+ "
-
wt"
#endif
"", 0);