[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>
This commit is contained in:
Kumar Gala
2005-10-25 23:57:33 -05:00
committed by Paul Mackerras
父節點 0fd6f71794
當前提交 6d7f58b04d
共有 2 個文件被更改,包括 8 次插入40 次删除

查看文件

@@ -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