hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
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 }