forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/arch/powerpc/include/asm/word-at-a-time.h
....@@ -34,7 +34,7 @@
3434 return leading_zero_bits >> 3;
3535 }
3636
37
-static inline bool has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c)
37
+static inline unsigned long has_zero(unsigned long val, unsigned long *data, const struct word_at_a_time *c)
3838 {
3939 unsigned long rhs = val | c->low_bits;
4040 *data = rhs;