aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorBob Pearson <[email protected]>2012-03-23 22:02:24 +0000
committerLinus Torvalds <[email protected]>2012-03-23 23:58:37 +0000
commit324eb0f17d9dcead3c60c133aa244f6b3631fec9 (patch)
tree657c564269a0fc1921f4252dbf0184725f5c85fa /net/unix/af_unix.c
parentcrc32: make CRC_*_BITS definition correspond to actual bit counts (diff)
downloadkernel-324eb0f17d9dcead3c60c133aa244f6b3631fec9.tar.gz
kernel-324eb0f17d9dcead3c60c133aa244f6b3631fec9.zip
crc32: add slice-by-8 algorithm to existing code
Add slicing-by-8 algorithm to the existing slicing-by-4 algorithm. This consists of: - extend largest BITS size from 32 to 64 - extend tables from tab[4][256] to up to tab[8][256] - Add code for inner loop. [[email protected]: Minor changelog tweaks] Signed-off-by: Bob Pearson <[email protected]> Signed-off-by: Darrick J. Wong <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions