summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Levand2007-01-27 04:08:19 +0100
committerPaul Mackerras2007-02-07 04:03:18 +0100
commit73d976b33998bca9aa7300e59f5d6c756be38b87 (patch)
treed9b0b3a9e0524eab22ce69e2a4621cc5a1b195d7
parent[POWERPC] ps3: fix interrupt bmp (diff)
downloadkernel-qcow2-linux-73d976b33998bca9aa7300e59f5d6c756be38b87.tar.gz
kernel-qcow2-linux-73d976b33998bca9aa7300e59f5d6c756be38b87.tar.xz
kernel-qcow2-linux-73d976b33998bca9aa7300e59f5d6c756be38b87.zip
[POWERPC] ps3: remove cpuinfo
Remove the unneded routine ps3_show_cpuinfo(). The common platform code now prints the same information. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Acked-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r--arch/powerpc/platforms/ps3/setup.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/platforms/ps3/setup.c b/arch/powerpc/platforms/ps3/setup.c
index d8b5cadbe80e..8b0569853fcd 100644
--- a/arch/powerpc/platforms/ps3/setup.c
+++ b/arch/powerpc/platforms/ps3/setup.c
@@ -41,11 +41,6 @@
#define DBG(fmt...) do{if(0)printk(fmt);}while(0)
#endif
-static void ps3_show_cpuinfo(struct seq_file *m)
-{
- seq_printf(m, "machine\t\t: %s\n", ppc_md.name);
-}
-
static void ps3_power_save(void)
{
/*
@@ -156,7 +151,6 @@ define_machine(ps3) {
.name = "PS3",
.probe = ps3_probe,
.setup_arch = ps3_setup_arch,
- .show_cpuinfo = ps3_show_cpuinfo,
.init_IRQ = ps3_init_IRQ,
.panic = ps3_panic,
.get_boot_time = ps3_get_boot_time,