staging/lustre/lnet: fix build error on i386
authorPeng Tao <bergwolf@gmail.com>
Fri, 7 Jun 2013 14:07:21 +0000 (22:07 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Jun 2013 05:21:01 +0000 (22:21 -0700)
commit5f43264c5320624f3b458c5794f37220c4fc2934
tree1fca3fd60762269ab745915b393c329591af45c7
parent5aaf4c27f38e2a40f5b25fd3c43cb4d57b06ae59
staging/lustre/lnet: fix build error on i386

make ARCH=i386 allyesconfig gave bellow errors:

   drivers/built-in.o: In function `kiblnd_create_conn':
>> (.text+0x1a74425): undefined reference to `__umoddi3'

Reported-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Peng Tao <tao.peng@emc.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c
This page took 0.024971 seconds and 5 git commands to generate.