diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:03:56 -0400 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:03:56 -0400 |
| commit | 0f08f338083cc1d68788ccbccc44bd0502fc57ae (patch) | |
| tree | 97c69dbbd63a108a7367644dadedd390a3948f0c /arch/sh/kernel/setup.c | |
| parent | 9e3043c091819729ecf4fc5063d0a2d0954dfd7f (diff) | |
sh: More cosmetic cleanups and trivial fixes.
Nothing exciting here, just trivial fixes..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/setup.c')
| -rw-r--r-- | arch/sh/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index cff8d36f91b0..4afdec071700 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c | |||
| @@ -507,7 +507,7 @@ static int show_cpuinfo(struct seq_file *m, void *v) | |||
| 507 | * unified cache on the SH-2 and SH-3, as well as the harvard | 507 | * unified cache on the SH-2 and SH-3, as well as the harvard |
| 508 | * style cache on the SH-4. | 508 | * style cache on the SH-4. |
| 509 | */ | 509 | */ |
| 510 | if (test_bit(SH_CACHE_COMBINED, &(boot_cpu_data.icache.flags))) { | 510 | if (boot_cpu_data.icache.flags & SH_CACHE_COMBINED) { |
| 511 | seq_printf(m, "unified\n"); | 511 | seq_printf(m, "unified\n"); |
| 512 | show_cacheinfo(m, "cache", boot_cpu_data.icache); | 512 | show_cacheinfo(m, "cache", boot_cpu_data.icache); |
| 513 | } else { | 513 | } else { |
