Re: [PATCH 18/22] Fix M68K irqflags

From: Greg Ungerer
Date: Wed Sep 01 2010 - 07:23:27 EST


On 01/09/10 20:46, David Howells wrote:
Greg Ungerer<gerg@xxxxxxxxxxxx> wrote:

-#define local_save_flags(x) asm volatile ("movew %%sr,%0":"=d" (x) : :
"memory")
-#define local_irq_restore(x) asm volatile ("movew %0,%%sr": :"d" (x) :
"memory")

Your patch got partially word-wrapped.

Bugger :-( Sorry about that. After I test it tomorrow I'll
resend an updated version.

Regards
Greg
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/