Author: kib
Date: Thu Mar  8 22:03:43 2018
New Revision: 330670
URL: https://svnweb.freebsd.org/changeset/base/330670

Log:
  Make mlx5 compilable on ILP32 arches.
  
  Sponsored by: Mellanox Technologies
  MFC after:    1 week

Modified:
  head/sys/dev/mlx5/mlx5_core/mlx5_health.c

Modified: head/sys/dev/mlx5/mlx5_core/mlx5_health.c
==============================================================================
--- head/sys/dev/mlx5/mlx5_core/mlx5_health.c   Thu Mar  8 21:33:52 2018        
(r330669)
+++ head/sys/dev/mlx5/mlx5_core/mlx5_health.c   Thu Mar  8 22:03:43 2018        
(r330670)
@@ -67,7 +67,7 @@ static void mlx5_trigger_cmd_completions(struct mlx5_c
        vector |= MLX5_TRIGGERED_CMD_COMP;
        spin_unlock_irqrestore(&dev->cmd.alloc_lock, flags);
 
-       mlx5_core_dbg(dev, "vector 0x%lx\n", vector);
+       mlx5_core_dbg(dev, "vector 0x%jx\n", (uintmax_t)vector);
        mlx5_cmd_comp_handler(dev, vector);
        return;
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to