Hello Jan,

On Fri, 9 Sep 2005, Jan Beulich wrote:

> -             spin_lock_irq(&die.lock);
> +             spin_lock_irqsave(&die.lock, flags);
>               die.lock_owner = smp_processor_id();
>               die.lock_owner_depth = 0;
>               bust_spinlocks(1);
>       }
> +     else
> +             local_save_flags(flags);

Just one tiny nit, that else should be on the same line as the curly 
brace.

Thanks
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to