Re: [PATCH 3.11-rc1] mlx5 core: Fix __udivdi3 when compiling for 32 bit arches

2013-07-16 Thread David Miller
From: Randy Dunlap Date: Mon, 15 Jul 2013 08:52:18 -0700 > On 07/15/13 07:56, Tim Gardner wrote: >> Cc: Eli Cohen >> Signed-off-by: Tim Gardner > > I reported this last week and Eli wrote: > > "I have this fixed in my tree and we run the driver on i386. I will check on > Sunday why it is not

Re: [PATCH 3.11-rc1] mlx5 core: Fix __udivdi3 when compiling for 32 bit arches

2013-07-15 Thread Tim Gardner
On 07/15/2013 09:52 AM, Randy Dunlap wrote: > On 07/15/13 07:56, Tim Gardner wrote: >> Cc: Eli Cohen Signed-off-by: Tim Gardner >> > > I reported this last week and Eli wrote: > > "I have this fixed in my tree and we run the driver on i386. I will > check on Sunday why it is not in the patches

Re: [PATCH 3.11-rc1] mlx5 core: Fix __udivdi3 when compiling for 32 bit arches

2013-07-15 Thread Randy Dunlap
On 07/15/13 07:56, Tim Gardner wrote: > Cc: Eli Cohen > Signed-off-by: Tim Gardner I reported this last week and Eli wrote: "I have this fixed in my tree and we run the driver on i386. I will check on Sunday why it is not in the patches submitted." Anyway, the patch works for me. Acked-by: R

[PATCH 3.11-rc1] mlx5 core: Fix __udivdi3 when compiling for 32 bit arches

2013-07-15 Thread Tim Gardner
Cc: Eli Cohen Signed-off-by: Tim Gardner --- drivers/net/ethernet/mellanox/mlx5/core/debugfs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c b/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c index 4273c06..9c7194b 1006