commit | ec41c7dfd525468decb9da9281dbc9ed82d98c98 | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Tue Jan 17 02:40:55 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 17 02:40:55 2006 -0800 |
tree | 02ac7f0b1318c69d53a2405972f8a6880dc8b7c6 | |
parent | f0daaa654af68c1651add9d21188d81c19672551 [diff] |
[TG3]: Refine nvram locking Add nvram lock count so that calls to tg3_nvram_lock()/unlock() can be nested. Add error checking to all callers of tg3_nvram_lock() where appropriate. To prevent nvram lock failures after halting the firmware, it is also necessary to release firmware's nvram lock in tg3_halt_cpu(). Update version to 3.48. Based on David Miller's initial patch. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>