Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30995
b: refs/heads/master
c: bda6583
h: refs/heads/master
i:
  30993: 6685f3b
  30991: ba87fd6
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jun 28, 2006
1 parent 348f540 commit d688847
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 0f7cfcc5bf2a1380f6cb8660f9e0127a5a872cbb
refs/heads/master: bda658382614198714b27581528f9bfb60c05a71
14 changes: 7 additions & 7 deletions trunk/arch/m68knommu/platform/68360/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ int BSP_set_clock_mmss (unsigned long nowtime)
void BSP_reset (void)
{
local_irq_disable();
asm volatile ("
moveal #_start, %a0;
moveb #0, 0xFFFFF300;
moveal 0(%a0), %sp;
moveal 4(%a0), %a0;
jmp (%a0);
");
asm volatile (
"moveal #_start, %a0;\n"
"moveb #0, 0xFFFFF300;\n"
"moveal 0(%a0), %sp;\n"
"moveal 4(%a0), %a0;\n"
"jmp (%a0);\n"
);
}

unsigned char *scc1_hwaddr;
Expand Down

0 comments on commit d688847

Please sign in to comment.