Arnaldo Carvalho de Melo writes:
> - prumpf suggested, rmk agreed
> 
>       - get rid of save_flags_cli, use local_irq_save instead

or use spin_lock_irqsave() when it makes more sense (ie, when something
may be shared, or when its not truely local to the CPU).

There are now some ARM boards out there which have the ability to have
more than one processor on them.

  (*note in big red flashing letters* I'm NOT saying SMP here).

   _____
  |_____| ------------------------------------------------- ---+---+-
  |   |         Russell King        [EMAIL PROTECTED]      --- ---
  | | | | http://www.arm.linux.org.uk/personal/aboutme.html   /  /  |
  | +-+-+                                                     --- -+-
  /   |               THE developer of ARM Linux              |+| /|\
 /  | | |                                                     ---  |
    +-+-+ -------------------------------------------------  /\\\  |
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to