[PATCH] Duplicate IPW_DEBUG option for ipw2100 and 2200
[powerpc.git] / include / asm-xtensa / bitops.h
index d395ef2..e76ee88 100644 (file)
@@ -174,7 +174,7 @@ static __inline__ int test_bit(int nr, const volatile void *addr)
        return 1UL & (((const volatile unsigned int *)addr)[nr>>5] >> (nr&31));
 }
 
-#if XCHAL_HAVE_NSAU
+#if XCHAL_HAVE_NSA
 
 static __inline__ int __cntlz (unsigned long x)
 {