Re: [PATCH 18/22] Fix M68K irqflags

From: David Howells
Date: Wed Sep 01 2010 - 06:46:44 EST



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.

David
--
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/