Ying Zhu
c12936b141
Fix module probe failure on 32-bit systems
...
Previous commit 7ef5e54e2e caused
module probe failure on 32-bit systems, dmesg showed
Unknown symbol __moddi3
This was caused by the modulo operation 'gethrtime() % tqs->stqs_count'
in the committed code. Instead of implementing __moddi3 for all 32-bit
systems, Behlendorf advised we can just cast the return value of
gethrtime() into a uint64_t, since gethrtime does not return negative
value on all circumstances we need not care about the potential overflow.
Signed-off-by: Ying Zhu <casualfisher@gmail.com >
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov >
Closes #1551
2013-06-27 10:01:25 -07:00
..
2013-06-20 09:55:52 -07:00
2012-08-27 12:01:37 -07:00
2013-06-19 15:14:10 -07:00
2013-06-19 15:14:10 -07:00
2013-06-19 15:14:10 -07:00
2012-10-29 08:57:45 -07:00
2013-05-06 14:10:55 -07:00
2010-08-26 14:24:34 -07:00
2010-08-31 13:41:58 -07:00
2013-02-06 11:19:58 -08:00
2013-06-19 15:14:10 -07:00
2013-06-19 15:14:10 -07:00
2013-06-19 15:14:10 -07:00
2012-08-27 12:01:37 -07:00
2013-01-08 10:35:43 -08:00
2013-06-19 15:14:10 -07:00
2013-06-19 15:14:10 -07:00
2013-06-19 15:14:10 -07:00
2013-01-08 10:35:43 -08:00
2013-01-08 10:35:35 -08:00
2013-06-19 15:14:10 -07:00
2013-06-19 15:14:10 -07:00
2012-09-17 11:22:23 -07:00
2013-01-08 10:35:35 -08:00
2013-06-19 15:14:10 -07:00
2012-10-15 16:01:54 -07:00
2010-08-31 08:38:46 -07:00
2013-03-06 15:48:48 -08:00
2012-08-27 12:01:37 -07:00
2013-01-29 09:28:20 -08:00
2013-06-19 16:22:39 -07:00
2012-08-27 12:01:37 -07:00
2010-12-07 16:05:25 -08:00
2013-03-04 08:49:32 -08:00
2010-08-31 13:41:59 -07:00
2010-08-31 13:41:58 -07:00
2013-01-08 10:35:35 -08:00
2010-08-31 13:41:58 -07:00
2012-08-27 12:01:37 -07:00
2013-05-06 12:39:34 -07:00
2013-06-27 10:01:25 -07:00
2013-06-19 16:22:39 -07:00
2013-04-26 14:42:36 -07:00
2010-05-28 13:45:14 -07:00
2012-08-27 12:01:37 -07:00
2012-08-27 12:01:37 -07:00
2013-05-01 17:05:52 -07:00
2013-05-06 14:05:37 -07:00
2013-01-08 10:35:42 -08:00
2012-09-19 13:39:05 -07:00
2012-09-19 13:39:05 -07:00
2013-05-01 17:05:52 -07:00
2013-06-19 15:14:10 -07:00
2012-09-19 13:39:05 -07:00
2013-06-19 16:22:39 -07:00
2012-09-05 08:44:58 -07:00
2013-06-19 15:14:10 -07:00
2013-06-19 15:14:10 -07:00
2013-01-29 09:28:20 -08:00
2013-01-08 10:35:43 -08:00
2013-01-28 09:10:29 -08:00
2010-08-31 13:41:58 -07:00
2013-01-25 15:07:40 -08:00
2013-06-19 15:14:10 -07:00
2013-04-19 15:43:16 -07:00
2013-05-01 17:05:52 -07:00
2011-03-02 11:44:34 -08:00
2013-06-19 15:14:10 -07:00
2012-12-20 09:56:28 -08:00
2010-08-31 13:41:50 -07:00
2013-03-04 08:49:32 -08:00
2013-06-19 15:14:10 -07:00
2012-08-25 09:25:56 -07:00
2013-06-19 15:14:10 -07:00
2013-06-19 15:14:10 -07:00
2013-06-19 15:14:10 -07:00
2013-06-19 15:14:10 -07:00
2010-05-28 13:45:14 -07:00
2013-01-29 09:28:20 -08:00
2013-05-01 17:05:52 -07:00
2013-06-20 09:55:52 -07:00
2010-05-28 13:45:14 -07:00
2013-01-23 16:33:29 -08:00
2012-10-03 10:49:45 -07:00
2013-06-26 15:20:13 -07:00
2013-02-12 10:27:39 -08:00
2012-12-14 12:18:54 -08:00
2013-05-10 12:24:56 -07:00
2010-09-17 16:24:15 -07:00
2013-03-05 12:37:54 -08:00