lkml.org 
[lkml]   [2011]   [Aug]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectdrivers/target/target_core_transport.c breakage on i386
In commit ec98f7825c6eaa4a9afb0eb518826efc8a2ed4a2
Author: Andy Grover <agrover@redhat.com>
Date: Wed Jul 20 19:28:46 2011 +0000

target: Eliminate usage of struct se_mem

we got
+ task_count = DIV_ROUND_UP(sectors, dev_max_sectors);
and that's sector_t/sector_t. 64bit division on i386 is no-no in
the kernel - it emits __udivdi3 call and it's not there. Can
sectors really reach 2^32 here?



\
 
 \ /
  Last update: 2011-08-08 02:13    [W:0.047 / U:0.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site