commit | f4f3d0f0ece2527184b6c91afa1196a27a5bfaf5 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Wed Nov 29 15:33:06 2006 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Nov 29 15:33:06 2006 -0800 |
tree | dfe19adf7cb0ad8307b8b5719c8d5a09bbae852e | |
parent | 3c8edf0eca2e47340c960b2f27c659c097118ffe [diff] |
IB/mthca: Fix section mismatches Commit b3b30f5e ("IB/mthca: Recover from catastrophic errors") introduced some section mismatch breakage, because the error recovery code tears down and reinitializes the device, which calls into lots of code originally marked __devinit and __devexit from regular .text. Fix this by getting rid of these now-incorrect section markers. Reported by Randy Dunlap <randy.dunlap@oracle.com>. Signed-off-by: Roland Dreier <rolandd@cisco.com>