projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5e7655
)
[PARISC] Fixes /proc/cpuinfo cache output on B160L
author
Helge Deller
<deller@gmx.de>
Tue, 23 Jan 2007 20:24:20 +0000
(21:24 +0100)
committer
Kyle McMartin
<kyle@athena.road.mcmartin.ca>
Sat, 17 Feb 2007 06:15:16 +0000
(
01:15
-0500)
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/cache.c
patch
|
blob
|
history
diff --git
a/arch/parisc/kernel/cache.c
b/arch/parisc/kernel/cache.c
index
75582c5
..
0dc924c
100644
(file)
--- a/
arch/parisc/kernel/cache.c
+++ b/
arch/parisc/kernel/cache.c
@@
-89,7
+89,7
@@
show_cache_info(struct seq_file *m)
seq_printf(m, "I-cache\t\t: %ld KB\n",
cache_info.ic_size/1024 );
- if (cache_info.dc_loop
=
= 1)
+ if (cache_info.dc_loop
!
= 1)
snprintf(buf, 32, "%lu-way associative", cache_info.dc_loop);
seq_printf(m, "D-cache\t\t: %ld KB (%s%s, %s)\n",
cache_info.dc_size/1024,