commit | 0e67d9903d71ce3c5889fa2e1788d4335794a0f6 | [log] [tgz] |
---|---|---|
author | Sebastian Siewior <sebastian@breakpoint.cc> | Tue Oct 22 20:36:25 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 25 19:26:58 2013 -0400 |
tree | 269652aeaa2510617167fdc930f02c8090f7ead9 | |
parent | fecda03493646b53f53892fa3c38c75ba9310374 [diff] |
net: wan: sbni: remove assembly crc32 code There is also a C function doing the same thing. Unless the asm code is 110% faster we could stick to the C function. Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Signed-off-by: David S. Miller <davem@davemloft.net>