aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
diff options
context:
space:
mode:
authorKumar Gala <galak@freescale.com>2005-10-25 23:57:33 -0500
committerPaul Mackerras <paulus@samba.org>2005-10-26 15:55:53 +1000
commit6d7f58b04d824843f7539a132e1ad8220bbe589a (patch)
tree156db49e7525c1f01d46376d9fa51567b3c51520 /arch/powerpc/platforms
parent0fd6f717948083d480f38e97f62cc116faf0e534 (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')
-rw-r--r--arch/powerpc/platforms/powermac/setup.c3
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)
return;
}
#endif /* CONFIG_CPU_FREQ_PMAC */
-#ifdef CONFIG_PPC32
- of_show_percpuinfo(m, i);
-#endif
}
#ifndef CONFIG_ADB_CUDA