Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101459
b: refs/heads/master
c: 3f16654
h: refs/heads/master
i:
  101457: 24ac511
  101455: 6a7a997
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jul 15, 2008
1 parent 0c42a50 commit 456eb30
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 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: 9ecb1ff1b295a515b21d0ac83d8bd39b07335aab
refs/heads/master: 3f16654f36723f5ef1ca38c4e2078ca377a0f86f
5 changes: 0 additions & 5 deletions trunk/arch/mips/gt64120/wrppmc/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,3 @@ void wrppmc_machine_halt(void)
cpu_wait();
}
}

void wrppmc_machine_power_off(void)
{
wrppmc_machine_halt();
}
3 changes: 1 addition & 2 deletions trunk/arch/mips/gt64120/wrppmc/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,10 @@ void __init plat_mem_setup(void)
{
extern void wrppmc_machine_restart(char *command);
extern void wrppmc_machine_halt(void);
extern void wrppmc_machine_power_off(void);

_machine_restart = wrppmc_machine_restart;
_machine_halt = wrppmc_machine_halt;
pm_power_off = wrppmc_machine_power_off;
pm_power_off = wrppmc_machine_halt;

/* This makes the operations of 'in/out[bwl]' to the
* physical address ( < KSEG0) can work via KSEG1
Expand Down

0 comments on commit 456eb30

Please sign in to comment.