Revision 891a9894ee2e17646b29117635d2c7adfb58ce60 authored by Linus Torvalds on 11 June 2010, 16:55:50 UTC, committed by Linus Torvalds on 11 June 2010, 16:55:50 UTC
* 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6:
  kbuild: Create output directory in Makefile.modbuiltin
  kbuild: Generate modules.builtin in make modules
2 parent s f1f6ea3 + 607b30f
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