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-wsem.h
#undef LOCK
#define LOCK		WSL

#undef UNLOCK
#define UNLOCK		WSU

#undef RLOCK
#define RLOCK		RSL

#undef WLOCK
#define WLOCK		WSL

#undef INIT
#define INIT		RWSI
back to top