You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix wrong reference to READ_ONCE and WRITE_ONCE macro (#1)
The original 'include/linux/compiler.h' does not contain the definition
of READ_ONCE and WRITE_ONCE macro. This commit replaces reference with
the one to 'include/asm-generic/rwonce.h'.
0 commit comments