mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* drivers/target/target_core_transport.c breakage on i386
@ 2011-08-08  0:10 Al Viro
  2011-08-08 19:12 ` Nicholas A. Bellinger
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2011-08-08  0:10 UTC (permalink / raw)
  To: agrover; +Cc: linux-kernel

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?


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-08 19:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-08  0:10 drivers/target/target_core_transport.c breakage on i386 Al Viro
2011-08-08 19:12 ` Nicholas A. Bellinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome