forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
kernel/arch/powerpc/include/asm/local.h
....@@ -17,7 +17,7 @@
1717
1818 #define LOCAL_INIT(i) { (i) }
1919
20
-static __inline__ long local_read(local_t *l)
20
+static __inline__ long local_read(const local_t *l)
2121 {
2222 return READ_ONCE(l->v);
2323 }