commit | a1d79aaaa564abc19b7bf3a024bb371fa7648a15 | [log] [tgz] |
---|---|---|
author | Michael Buesch <mb@bu3sch.de> | Sat Jun 17 15:19:05 2006 +0200 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Jul 05 13:42:57 2006 -0400 |
tree | 95824af615a33102a058ebc2500416b31aafc7ec | |
parent | e8d596972221aea55ae7f5c2bb7d5895039f664d [diff] |
[PATCH] bcm43xx: workaround init_board vs. IRQ race Place the Init-vs-IRQ workaround before any card register access, because we might not have the wireless core mapped at all times in init. So this will result in a Machine Check caused by a bus error. Signed-off-by: Michael Buesch <mb@bu3sch.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>