Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204599
b: refs/heads/master
c: d7674c4
h: refs/heads/master
i:
  204597: b70fdce
  204595: 6cb8a17
  204591: 46129d9
v: v3
  • Loading branch information
Ralf Baechle committed Aug 5, 2010
1 parent 9f6fab2 commit 3ac8873
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 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: 52a0f00b50ea360e3cf7e3281523c6a8aafc5761
refs/heads/master: d7674c4f5899712a262d4946ca6edaa947148f52
1 change: 0 additions & 1 deletion trunk/arch/mips/alchemy/devboards/db1x00/board_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ static struct au1000_eth_platform_data eth0_pdata = {

static void bosporus_power_off(void)
{
printk(KERN_INFO "It's now safe to turn off power\n");
while (1)
asm volatile (".set mips3 ; wait ; .set mips0");
}
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/alchemy/devboards/pb1000/board_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ static void board_reset(char *c)

static void board_power_off(void)
{
printk(KERN_ALERT "It's now safe to remove power\n");
while (1)
asm volatile (
" .set mips32 \n"
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/alchemy/mtx-1/board_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ static void mtx1_reset(char *c)

static void mtx1_power_off(void)
{
printk(KERN_ALERT "It's now safe to remove power\n");
while (1)
asm volatile (
" .set mips32 \n"
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/alchemy/xxs1500/board_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ static void xxs1500_reset(char *c)

static void xxs1500_power_off(void)
{
printk(KERN_ALERT "It's now safe to remove power\n");
while (1)
asm volatile (
" .set mips32 \n"
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/emma/markeins/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ static void markeins_machine_halt(void)

static void markeins_machine_power_off(void)
{
printk("EMMA2RH Mark-eins halted. Please turn off the power.\n");
markeins_led("poweroff.");
while (1) ;
}
Expand Down

0 comments on commit 3ac8873

Please sign in to comment.