Revision 493f3358cb289ccf716c5a14fa5bb52ab75943e5 authored by Linus Torvalds on 25 February 2011, 23:15:17 UTC, committed by Linus Torvalds on 25 February 2011, 23:15:17 UTC
* 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6:
  PM: Make ACPI wakeup from S5 work again when CONFIG_PM_SLEEP is unset
2 parent s fe41947 + 805bdae
Raw File
locking-selftest-mutex.h
#undef LOCK
#define LOCK		ML

#undef UNLOCK
#define UNLOCK		MU

#undef RLOCK
#undef WLOCK

#undef INIT
#define INIT		MI
back to top