]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: wan: sbni: remove assembly crc32 code
authorSebastian Siewior <sebastian@breakpoint.cc>
Tue, 22 Oct 2013 18:36:25 +0000 (20:36 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Oct 2013 23:26:58 +0000 (19:26 -0400)
commit0e67d9903d71ce3c5889fa2e1788d4335794a0f6
tree269652aeaa2510617167fdc930f02c8090f7ead9
parentfecda03493646b53f53892fa3c38c75ba9310374
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>
drivers/net/wan/sbni.c