[parisc-linux] Is this system_irqsave diff is correct?

Grant Grundler grundler@dsl2.external.hp.com
Mon, 16 Dec 2002 16:47:01 -0700


On Sun, Dec 15, 2002 at 01:09:14PM +0000, Joel Soete wrote:
> is this  diff is right:
> -#define local_irq_restore(x) \
> -       __asm__ __volatile__("mtsm %0" : : "r" (x) : "memory" )
> +#define local_irq_restore(x) __restore_flags(x)

Yes - those seem the be the same.

grant