hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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 */