Commit 6e01cc32 authored by Roman Zippel's avatar Roman Zippel Committed by Linus Torvalds

[PATCH] m68k: hp300 update [8/20]

compile fix
parent 1e99766a
......@@ -41,7 +41,7 @@ static void hp300_tick(int irq, void *dev_id, struct pt_regs *regs)
unsigned long tmp;
void (*vector)(int, void *, struct pt_regs *) = dev_id;
readb(CLOCKBASE + CLKSR);
asm volatile ("movpw %1@(5),%0" : "=r" (tmp) : "a" (CLOCKBASE));
asm volatile ("movpw %1@(5),%0" : "=d" (tmp) : "a" (CLOCKBASE));
vector(irq, NULL, regs);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment