commit | 6e8cc38d5b05bb812f89a35bd9bf52405e67d0df | [log] [tgz] |
---|---|---|
author | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Fri Mar 19 10:36:09 2010 -0700 |
committer | Reinette Chatre <reinette.chatre@intel.com> | Thu Mar 25 11:22:08 2010 -0700 |
tree | 315cec6bbf580bdbc0e5c8dad06dfeb9da2313c5 | |
parent | 6c69d121676761b2a85282df796af9c3f8c99b64 [diff] |
iwlwifi: change spin_lock to spin_lock_irqsave Use spin_lock_irqsave() in interrupt handler to disable interrupts locally and provide the spinlock on SMP. This covers both interrupt and SMP concurrency. With this changes, also fix the sparse warning issues. Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Acked-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>