Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332315
b: refs/heads/master
c: 2375317
h: refs/heads/master
i:
  332313: fae45b9
  332311: 7a502b1
v: v3
  • Loading branch information
Max Filippov authored and Chris Zankel committed Oct 3, 2012
1 parent cd9e703 commit 641e82a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 8bac83289a061e9b080d500533f29b5822de5b80
refs/heads/master: 237531714fbe07b27f5b2fbf239df962adfc50d7
8 changes: 4 additions & 4 deletions trunk/arch/xtensa/platforms/iss/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ void platform_pcibios_init(void)

void platform_halt(void)
{
printk (" ** Called platform_halt(), looping forever! **\n");
while (1);
pr_info(" ** Called platform_halt() **\n");
__asm__ __volatile__("movi a2, 1\nsimcall\n");
}

void platform_power_off(void)
{
printk (" ** Called platform_power_off(), looping forever! **\n");
while (1);
pr_info(" ** Called platform_power_off() **\n");
__asm__ __volatile__("movi a2, 1\nsimcall\n");
}
void platform_restart(void)
{
Expand Down

0 comments on commit 641e82a

Please sign in to comment.