diff options
author | Kumar Gala <galak@freescale.com> | 2005-10-26 00:57:33 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-26 01:55:53 -0400 |
commit | 6d7f58b04d824843f7539a132e1ad8220bbe589a (patch) | |
tree | 156db49e7525c1f01d46376d9fa51567b3c51520 /arch/powerpc/platforms/powermac/setup.c | |
parent | 0fd6f717948083d480f38e97f62cc116faf0e534 (diff) |
[PATCH] powerpc: Some minor cleanups to setup_32.c
* Removed of_show_percpuinfo and just report CPU frequency in generic
show_cpuinfo code.
* Killed OCP and PPC_SYS related code which doesn't belong in the
merge tree
Signed-off-by: Kumar K. Gala <kumar.gala@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/powermac/setup.c')
-rw-r--r-- | arch/powerpc/platforms/powermac/setup.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/powermac/setup.c b/arch/powerpc/platforms/powermac/setup.c index 908e4921bac4..72cd503d3d33 100644 --- a/arch/powerpc/platforms/powermac/setup.c +++ b/arch/powerpc/platforms/powermac/setup.c | |||
@@ -202,9 +202,6 @@ static void pmac_show_percpuinfo(struct seq_file *m, int i) | |||
202 | return; | 202 | return; |
203 | } | 203 | } |
204 | #endif /* CONFIG_CPU_FREQ_PMAC */ | 204 | #endif /* CONFIG_CPU_FREQ_PMAC */ |
205 | #ifdef CONFIG_PPC32 | ||
206 | of_show_percpuinfo(m, i); | ||
207 | #endif | ||
208 | } | 205 | } |
209 | 206 | ||
210 | #ifndef CONFIG_ADB_CUDA | 207 | #ifndef CONFIG_ADB_CUDA |