diff options
author | Eric Sandeen <[email protected]> | 2017-04-11 10:45:17 -0700 |
---|---|---|
committer | Darrick J. Wong <[email protected]> | 2017-04-12 08:42:51 -0700 |
commit | 5146d0b7627900ccbb30049246cdca232a79abf5 (patch) | |
tree | c351bfcb2e51e965c8733460c597ff03f7464fef /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | d956f813b6e731ef82699a18e468e37d59a1366d (diff) |
xfs: remove custom do_div implementations
Long ago, all this gunk was added with a lament about problems
with gcc's do_div, and a fun recommendation in the changelog:
egcs-2.91.66 is the recommended compiler version for building XFS.
All this special stuff was needed to work around an old gcc bug,
apparently, and it's been there ever since.
There should be no need for this anymore, so remove it.
Remove the special 32-bit xfs_do_mod as well; just let the
kernel's do_div() handle all this.
Signed-off-by: Eric Sandeen <[email protected]>
Reviewed-by: Brian Foster <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions