diff options
author | Rafael J. Wysocki <rjw@sisk.pl> | 2010-07-07 23:43:51 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rjw@sisk.pl> | 2010-07-19 02:00:35 +0200 |
commit | 4eb241e5691363c391aac8a5051d0d013188ec84 (patch) | |
tree | 4692a93a29f4aa556a2a54173e5f6d7f4bdb7ae6 /drivers/base/Makefile | |
parent | ce4410116c5debfb0e049f5db4b5cd6211e05b80 (diff) | |
download | op-kernel-dev-4eb241e5691363c391aac8a5051d0d013188ec84.zip op-kernel-dev-4eb241e5691363c391aac8a5051d0d013188ec84.tar.gz |
PM: Do not use dynamically allocated objects in pm_wakeup_event()
Originally, pm_wakeup_event() uses struct delayed_work objects,
allocated with GFP_ATOMIC, to schedule the execution of pm_relax()
in future. However, as noted by Alan Stern, it is not necessary to
do that, because all pm_wakeup_event() calls can use one static timer
that will always be set to expire at the latest time passed to
pm_wakeup_event().
The modifications are based on the example code posted by Alan.
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Diffstat (limited to 'drivers/base/Makefile')
0 files changed, 0 insertions, 0 deletions