commit | 956dba3caaf66b84fe5f6180e0e4dd03902c7980 | [log] [tgz] |
---|---|---|
author | Andy Whitcroft <apw@canonical.com> | Wed Jul 01 15:20:59 2009 +0100 |
committer | Eric Anholt <eric@anholt.net> | Wed Jul 01 18:01:11 2009 -0700 |
tree | e81ff1c3ae6fdd395ffc00be1c53ff17bdb6f579 | |
parent | 12682a971160959072c4970da9b7778709f60bc9 [diff] |
drm/i915: fix up a raw 64bit divide We are seeing compilation failures on i386 in some environments due to an undefined reference as below: ERROR: "__udivdi3" [drivers/gpu/drm/i915/i915.ko] undefined! This is generated due to a raw 64 bit divide in the i915 driver. Fix up this raw divide. Signed-off-by: Andy Whitcroft <apw@canonical.com> Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Eric Anholt <eric@anholt.net>