---
I wonder how many sites in 7i43 require __fixunsdfdi.  Perhaps a way
forward is to simply remove them.  Here's the only possibility that I
found by inspection:

 src/hal/drivers/mesa-hostmot2/hm2_7i43.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/hal/drivers/mesa-hostmot2/hm2_7i43.c 
b/src/hal/drivers/mesa-hostmot2/hm2_7i43.c
index 9a513c6..63088ad 100644
--- a/src/hal/drivers/mesa-hostmot2/hm2_7i43.c
+++ b/src/hal/drivers/mesa-hostmot2/hm2_7i43.c
@@ -312,9 +312,9 @@ int hm2_7i43_program_fpga(hm2_lowlevel_io_t *this, const 
bitfile_t *bitfile) {
 
         if (duration_ns != 0) {
             THIS_INFO(
-                "%d bytes of firmware sent (%u KB/s)\n",
+                "%d bytes of firmware sent in %uns\n",
                 bitfile->e.size,
-                (uint32_t)(((double)bitfile->e.size / ((double)duration_ns / 
(double)(1000 * 1000 * 1000))) / 1024)
+                duration_ns
             );
         }
     }
-- 
1.6.6.62.g584f3

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Emc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to