Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162824
b: refs/heads/master
c: 8f0de87
h: refs/heads/master
v: v3
  • Loading branch information
Wu Zhangjin authored and Ralf Baechle committed Sep 17, 2009
1 parent 447b2aa commit a077307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: f6a2740d0c1b3fd0d3cc8ec17e232f82f2d8b14c
refs/heads/master: 8f0de87fa97667fa05c7bc938396ec759f021a21
7 changes: 1 addition & 6 deletions trunk/arch/mips/lemote/lm2e/reset.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,11 @@ static void loongson2e_halt(void)
while (1) ;
}

static void loongson2e_power_off(void)
{
loongson2e_halt();
}

static int __init mips_reboot_setup(void)
{
_machine_restart = loongson2e_restart;
_machine_halt = loongson2e_halt;
pm_power_off = loongson2e_power_off;
pm_power_off = loongson2e_halt;

return 0;
}
Expand Down

0 comments on commit a077307

Please sign in to comment.