On Wed, Jan 22, 2003 at 08:43:26AM +0100, Juan Quintela wrote: > jun> + __save_and_cli(flags); > > s/__save_and_cli()/local_irq_save()/ > > jun> + __restore_flags(flags); > > s/__restore_flags()/local_irq_restore()/ > > Same in the other occurence, please. I've already done this recently for large parts of arch/mips* and include/asm-mips*. Ralf