Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30997
b: refs/heads/master
c: 3448ff8
h: refs/heads/master
i:
  30995: d688847
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jun 28, 2006
1 parent 796a892 commit e324419
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: 69614fc66a11222baf61e05a3e5b98ef2e3427be
refs/heads/master: 3448ff8967a00067cbc3b6ebe9a3741b4e72f6d0
14 changes: 7 additions & 7 deletions trunk/arch/m68knommu/platform/68EZ328/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ void m68328_timer_gettod(int *year, int *mon, int *day, int *hour, int *min, int
void m68ez328_reset(void)
{
local_irq_disable();
asm volatile ("
moveal #0x10c00000, %a0;
moveb #0, 0xFFFFF300;
moveal 0(%a0), %sp;
moveal 4(%a0), %a0;
jmp (%a0);
");
asm volatile (
"moveal #0x10c00000, %a0;\n"
"moveb #0, 0xFFFFF300;\n"
"moveal 0(%a0), %sp;\n"
"moveal 4(%a0), %a0;\n"
"jmp (%a0);\n"
);
}

/***************************************************************************/
Expand Down

0 comments on commit e324419

Please sign in to comment.