Re: [PATCH] fix i386 interrupt re-enabling in die() (attempt 2)

From: Zwane Mwaikambo
Date: Fri Sep 09 2005 - 10:53:23 EST


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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/