forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/include/vdso/bits.h
....@@ -2,6 +2,8 @@
22 #ifndef __VDSO_BITS_H
33 #define __VDSO_BITS_H
44
5
-#define BIT(nr) (1UL << (nr))
5
+#include <vdso/const.h>
6
+
7
+#define BIT(nr) (UL(1) << (nr))
68
79 #endif /* __VDSO_BITS_H */