commit | 717d438d1fde94decef874b9808379d1f4523453 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Oct 02 16:33:40 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Oct 02 18:28:13 2008 -0700 |
tree | a0c2d71c2219e111668870f2692a92e3065d34fd | |
parent | 4fa7553a075918e1e02a6039f9e826c8872b7049 [diff] |
e1000e: debug contention on NVM SWFLAG This patch adds a mutex to the e1000e driver that would help catch any collisions of two e1000e threads accessing hardware at the same time. description and patch updated by Jesse Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>