Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30996
b: refs/heads/master
c: 69614fc
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jun 28, 2006
1 parent d688847 commit 796a892
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: bda658382614198714b27581528f9bfb60c05a71
refs/heads/master: 69614fc66a11222baf61e05a3e5b98ef2e3427be
14 changes: 7 additions & 7 deletions trunk/arch/m68knommu/platform/68VZ328/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ static void init_hardware(char *command, int size)
static void m68vz328_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\t"
"moveb #0, 0xFFFFF300;\n\t"
"moveal 0(%a0), %sp;\n\t"
"moveal 4(%a0), %a0;\n\t"
"jmp (%a0);\n"
);
}

unsigned char *cs8900a_hwaddr;
Expand Down

0 comments on commit 796a892

Please sign in to comment.