https://github.com/torvalds/linux
Revision f0fb2eb7bd76b9927f1350cfb0a3653385b82c6c authored by Linus Torvalds on 09 January 2009, 23:30:30 UTC, committed by Linus Torvalds on 09 January 2009, 23:30:30 UTC
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6:
  firewire: core: fix sleep in atomic context due to driver core change
2 parent s 32b838b + 6230582
Raw File
Tip revision: f0fb2eb7bd76b9927f1350cfb0a3653385b82c6c authored by Linus Torvalds on 09 January 2009, 23:30:30 UTC
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6
Tip revision: f0fb2eb
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