commit | 8cadd2831bf3abc94f4530e7fdbab7bb39b6b27d | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Mon May 10 14:26:20 2010 -0700 |
committer | Matthew Garrett <mjg@redhat.com> | Tue Aug 03 09:48:45 2010 -0400 |
tree | 4027798914cc3213692a4865797898a5ae0a0b49 | |
parent | 81f61484f16decba0fb68400fe0036b337b4cdc7 [diff] |
timer: add on-stack deferrable timer interfaces In some cases (for instance with kernel threads) it may be desireable to use on-stack deferrable timers to get their power saving benefits. Add interfaces to support this for the IPS driver. Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org> Signed-off-by: Matthew Garrett <mjg@redhat.com>