forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/include/asm-generic/bitops.h
....@@ -4,8 +4,9 @@
44
55 /*
66 * For the benefit of those who are trying to port Linux to another
7
- * architecture, here are some C-language equivalents. You should
8
- * recode these in the native assembly language, if at all possible.
7
+ * architecture, here are some C-language equivalents. They should
8
+ * generate reasonable code, so take a look at what your compiler spits
9
+ * out before rolling your own buggy implementation in assembly language.
910 *
1011 * C language equivalents written by Theodore Ts'o, 9/26/92
1112 */