From: Stuart Menefy Date: Fri, 12 Dec 2008 18:34:38 +0000 (+0000) Subject: sh: Handle calling csum_partial with misaligned data X-Git-Tag: v2.6.29-rc4~23^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cadc4e1a2b4d20d0cc0e81f2c6ba0588775e54e5;p=pandora-kernel.git sh: Handle calling csum_partial with misaligned data In rare circumstances csum_partial() can be called with data which is not 16 or 32 bit aligned. This is been observed with RPC calls for NFS file systems for example. Add support for handling this without resorting to the misaligned fixup code (which is why this hasn't been seen as a problem). This mimics the i386 version, which has had this support for some time. Signed-off-by: Stuart Menefy Signed-off-by: Paul Mundt --- Reading git-diff-tree failed