• Chris Wilson's avatar
    [PATCH] cli_sti in drivers_net_irda_sa1100_ir.c · 3ef4c758
    Chris Wilson authored
      As part of the Linux Kernel Janitors project, I would like to submit my
      patch for sa1100_ir.c.
    
      The document Documentation/cli-sti-removal.txt says that cli() should no
      longer be used to disable interrupts. This patch removes the last
      references to cli() and {save,restore}_flags, changing them to
      local_irq_save and local_irq_restore respectively.
    3ef4c758
sa1100_ir.c 24.3 KB