Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46836
b: refs/heads/master
c: 73d976b
h: refs/heads/master
v: v3
  • Loading branch information
Geoff Levand authored and Paul Mackerras committed Feb 7, 2007
1 parent 66b0d9e commit 939c646
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 577157659fb0ace3b88dd75e2c6cb1af84b3040d
refs/heads/master: 73d976b33998bca9aa7300e59f5d6c756be38b87
6 changes: 0 additions & 6 deletions trunk/arch/powerpc/platforms/ps3/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
/*
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 939c646

Please sign in to comment.