Re: [patch] cli()/sti() cleanup, 2.5.27-A2

Christoph Hellwig (hch@lst.de)
Mon, 22 Jul 2002 15:24:16 +0200


On Mon, Jul 22, 2002 at 03:20:56PM +0200, Christoph Hellwig wrote:
> I'd prefer the following:
>
> void irq_off(void);
> void irq_on(void);
>
> flags_t irq_save(); /* the old irq_save_off() */
> void irq_restore(flags_t);
>
> void __irq_save(void); /* without saveing */

^^^^^ stupid ^^^^^

rmk's sanity checker caught this, should be without disabling.

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