Roland Dreier
f018c7e177
IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned long
...
Andrew Morton <akpm@linux-foundation.org> pointed out that bitops
should take an unsigned long * arg. However, the ipath driver was
doing bitops on struct ipath_devdata.ipath_sdma_status, which is u64.
Change this member to unsigned long to avoid tons of warnings when x86
fixes the bitops to take unsigned long * instead of void *.
Also, change the IPATH_SDMA_RUNNING and IPATH_SDMA_SHUTDOWN bit
numbers to 30 and 31 (instead of 62 and 63) so that we're not setting
another booby trap for someone who tries to make ipath work on a
32-bit architecture.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
2008-05-13 11:51:23 -07:00
..
2008-05-08 10:46:55 -07:00
2008-04-30 16:26:27 -07:00
2008-05-06 11:43:44 -04:00
2008-04-30 08:45:48 -07:00
2008-05-06 13:22:42 -07:00
2008-05-07 10:15:46 +02:00
2008-05-02 16:45:10 -07:00
2008-04-29 08:18:03 -07:00
2008-05-08 10:46:56 -07:00
2008-04-28 16:27:08 -04:00
2008-03-26 00:58:19 -04:00
2008-04-21 10:19:34 +08:00
2008-04-21 22:38:45 +00:00
2008-05-05 15:08:38 -07:00
2008-05-02 13:52:35 -07:00
2008-04-29 08:06:23 -07:00
2008-05-01 08:04:01 -07:00
2008-04-29 08:06:27 -07:00
2008-05-01 08:28:26 -07:00
2008-05-12 16:46:50 +01:00
2008-05-05 12:36:34 -07:00
2008-05-01 11:31:38 -07:00
2008-05-13 11:51:23 -07:00
2008-05-09 08:07:58 -07:00
2008-05-01 08:03:59 -07:00
2008-04-29 08:06:25 -07:00
2008-05-02 21:50:54 +10:00
2008-05-05 16:47:13 +10:00
2008-04-29 08:06:18 -07:00
2008-05-08 10:46:55 -07:00
2008-05-11 20:37:06 +02:00
2008-04-19 19:10:29 -07:00
2008-04-29 08:06:25 -07:00
2008-04-30 08:29:53 -07:00
2008-05-05 07:13:21 -05:00
2008-05-04 11:06:05 +01:00
2008-05-08 19:51:40 +09:00
2008-05-12 07:27:38 -07:00
2008-04-29 08:06:19 -07:00
2008-04-24 20:58:01 +10:00
2008-04-28 08:58:31 -07:00
2008-04-29 08:06:22 -07:00
2008-04-30 08:29:53 -07:00
2008-04-29 15:34:05 -07:00
2008-05-01 08:04:00 -07:00
2008-05-01 08:04:00 -07:00
2008-05-03 10:57:57 -07:00
2008-05-02 15:00:44 +10:00
2008-04-29 19:40:28 +10:00
2008-05-11 20:37:06 +02:00
2008-05-07 09:23:02 +02:00
2008-05-05 00:33:58 -07:00
2008-05-08 10:46:56 -07:00
2008-05-12 07:27:38 -07:00
2008-05-01 08:04:01 -07:00
2008-04-23 21:25:35 -04:00
2008-04-29 03:12:17 -04:00
2008-04-19 19:10:18 -07:00
2008-05-12 07:30:36 -07:00
2008-05-11 09:55:48 -07:00
2008-05-02 21:50:50 +10:00
2008-04-30 08:29:53 -07:00
2008-04-18 22:22:54 -04:00
2008-04-24 23:57:33 +02:00
2008-04-29 08:06:21 -07:00
2008-04-30 08:29:52 -07:00
2008-04-30 08:29:52 -07:00