diff options
| -rw-r--r-- | arch/m68knommu/platform/68VZ328/config.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/m68knommu/platform/68VZ328/config.c b/arch/m68knommu/platform/68VZ328/config.c index d926524cdf82..4058de5c8fa2 100644 --- a/arch/m68knommu/platform/68VZ328/config.c +++ b/arch/m68knommu/platform/68VZ328/config.c | |||
| @@ -141,13 +141,13 @@ static void init_hardware(char *command, int size) | |||
| 141 | static void m68vz328_reset(void) | 141 | static void m68vz328_reset(void) |
| 142 | { | 142 | { |
| 143 | local_irq_disable(); | 143 | local_irq_disable(); |
| 144 | asm volatile (" | 144 | asm volatile ( |
| 145 | moveal #0x10c00000, %a0; | 145 | "moveal #0x10c00000, %a0;\n\t" |
| 146 | moveb #0, 0xFFFFF300; | 146 | "moveb #0, 0xFFFFF300;\n\t" |
| 147 | moveal 0(%a0), %sp; | 147 | "moveal 0(%a0), %sp;\n\t" |
| 148 | moveal 4(%a0), %a0; | 148 | "moveal 4(%a0), %a0;\n\t" |
| 149 | jmp (%a0); | 149 | "jmp (%a0);\n" |
| 150 | "); | 150 | ); |
| 151 | } | 151 | } |
| 152 | 152 | ||
| 153 | unsigned char *cs8900a_hwaddr; | 153 | unsigned char *cs8900a_hwaddr; |
