commit | cb8c181f288a1157bc717cc7a02412d4d1dc19bc | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Tue Apr 10 22:10:39 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:28:53 2007 -0700 |
tree | cfc2ee0d9644d43ab7728a8e563be320d3348a45 | |
parent | efd1e8d569b3d35a3a636683c2a9ebffec9c1fcf [diff] |
[S390]: Fix build on 31-bit. Allow s390 to properly override the generic __div64_32() implementation by: 1) Using obj-y for div64.o in s390's makefile instead of lib-y 2) Adding the weak attribute to the generic implementation. Signed-off-by: David S. Miller <davem@davemloft.net>