https://github.com/torvalds/linux
Revision 53de7c26ded7f5e954bfc202dffc43c0dd165337 authored by Thierry Reding on 25 July 2016, 14:23:40 UTC, committed by Thierry Reding on 25 July 2016, 14:23:40 UTC
2 parent s 070d9a9 + 58fd822
Raw File
Tip revision: 53de7c26ded7f5e954bfc202dffc43c0dd165337 authored by Thierry Reding on 25 July 2016, 14:23:40 UTC
Merge branch 'for-4.8/regulator' into for-next
Tip revision: 53de7c2
locking-selftest-rsem.h
#undef LOCK
#define LOCK		RSL

#undef UNLOCK
#define UNLOCK		RSU

#undef RLOCK
#define RLOCK		RSL

#undef WLOCK
#define WLOCK		WSL

#undef INIT
#define INIT		RWSI
back to top