diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-04-25 23:17:20 -0400 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-05-06 22:11:56 -0400 |
commit | db62e5bd297d1f325811c5495ad23de36db0fdd4 (patch) | |
tree | 7e320502c341ecd178c4308b184b957e1722ff84 /arch/sh/kernel/setup.c | |
parent | 2a8ff4596cde3ec2a51980288ebb28a0d196d19a (diff) |
sh: Move clock reporting to its own proc entry.
Previously this was done in cpuinfo, but with the number of clocks
growing, it makes more sense to place this in a different proc entry.
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 60cc2161438f..cab91a7665da 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c | |||
@@ -501,7 +501,7 @@ static int show_cpuinfo(struct seq_file *m, void *v) | |||
501 | c->loops_per_jiffy/(500000/HZ), | 501 | c->loops_per_jiffy/(500000/HZ), |
502 | (c->loops_per_jiffy/(5000/HZ)) % 100); | 502 | (c->loops_per_jiffy/(5000/HZ)) % 100); |
503 | 503 | ||
504 | return show_clocks(m); | 504 | return 0; |
505 | } | 505 | } |
506 | 506 | ||
507 | static void *c_start(struct seq_file *m, loff_t *pos) | 507 | static void *c_start(struct seq_file *m, loff_t *pos) |