diff options
author | Vivek Goyal <vgoyal@redhat.com> | 2010-10-01 12:51:14 (GMT) |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2010-10-01 12:51:14 (GMT) |
commit | 3aad5d3ee4e4fce8f4b5bb6ca73342dcade42b33 (patch) | |
tree | 1ba65d361b6d77761f53769fc8891a56085422c6 /security/device_cgroup.c | |
parent | fe0714377ee2ca161bf2afb7773e22f15f1786d4 (diff) | |
download | linux-fsl-qoriq-3aad5d3ee4e4fce8f4b5bb6ca73342dcade42b33.tar.xz |
blkio-throttle: Fix link failure failure on i386
o Randy Dunlap reported following linux-next failure. This patch fixes it.
on i386:
blk-throttle.c:(.text+0x1abb8): undefined reference to `__udivdi3'
blk-throttle.c:(.text+0x1b1dc): undefined reference to `__udivdi3'
o bytes_per_second interface is 64bit and I was continuing to do 64 bit
division even on 32bit platform without help of special macros/functions
hence the failure.
Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'security/device_cgroup.c')
0 files changed, 0 insertions, 0 deletions