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