From ef6051a90e2ad1af636e99d1d4603fdcf2adfcbe Mon Sep 17 00:00:00 2001 From: Chris Zankel Date: Thu, 31 May 2007 17:41:14 -0700 Subject: [PATCH] [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-format-patch failed