From: Chris Zankel Date: Fri, 1 Jun 2007 00:41:14 +0000 (-0700) Subject: [XTENSA] fix bit operations in bitops.h X-Git-Tag: v2.6.22-rc5~93^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef6051a90e2ad1af636e99d1d4603fdcf2adfcbe;p=pandora-kernel.git [XTENSA] fix bit operations in bitops.h A macro used internally in the bitops.h file to identify the number of leading zeros (__cntlz) was implemented incorrectly for Xtensa processors that don't provide the 'nsa/nsau' instructions. As a result, the dependent functions and macros (ffs, ffz, fls) were broken. Signed-off-by: Chris Zankel --- Reading git-diff-tree failed