Revision 858cbcdd4f7a235f609249b9ca681b7ec5d786a3 authored by Linus Torvalds on 27 October 2006, 22:36:21 UTC, committed by Linus Torvalds on 27 October 2006, 22:36:21 UTC
* master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6:
  [SPARC]: Fix bus_id[] string overflow.
2 parent s fe31eb6 + f5ef9d1
Raw File
locking-selftest-wlock.h
#undef LOCK
#define LOCK		WL

#undef UNLOCK
#define UNLOCK		WU

#undef RLOCK
#define RLOCK		RL

#undef WLOCK
#define WLOCK		WL

#undef INIT
#define INIT		RWI
back to top