commit | 70197ede33134725f3e2e606fcabc28b0a4549a3 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Fri Jul 04 08:39:01 2008 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 08 14:16:04 2008 -0400 |
tree | b4f62374362e041156630daa0400320abf6abff6 | |
parent | ae73e58ea64f121b26437a10937330e77ff48f33 [diff] |
b43legacy: Remove switch statement with 64-bit index The gcc 3.4 fork used to compile the MN10300 port emits unwanted __ucmpdi2() calls for switch statements that use a 64bit value. This patch removes such a switch from b43legacy, and makes the code more like that used in b43. Thanks to Adrian Bunk <bunk@kernel.org> for reporting the problem. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>