From: Herbert Xu Date: Thu, 22 Nov 2007 14:46:40 +0000 (+0800) Subject: [CRYPTO] authenc: Use or instead of max on alignment masks X-Git-Tag: v2.6.25-rc1~1242^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e29bc6ad0e84e3157e0f49130a15b278cb232c72;p=pandora-kernel.git [CRYPTO] authenc: Use or instead of max on alignment masks Since alignment masks are always one less than a power of two, we can use binary or to find their maximum. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed