]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Add a new deferrable delayed work init
authorVenki Pallipadi <venkatesh.pallipadi@intel.com>
Tue, 8 May 2007 07:27:47 +0000 (00:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:15:05 +0000 (11:15 -0700)
commit28287033e12463c8ff89f1ea8038783d0360391c
tree27eabb2890dd1e2e30363dee2f4263cbee906a42
parent6e453a67510a17f01b63835f18569e8c3939a38c
Add a new deferrable delayed work init

Add a new deferrable delayed work init.  This can be used to schedule work
that are 'unimportant' when CPU is idle and can be called later, when CPU
eventually comes out of idle.

Use this init in cpufreq ondemand governor.

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Cc: Dave Jones <davej@codemonkey.org.uk>
Cc: Oleg Nesterov <oleg@tv-sign.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/cpufreq/cpufreq_ondemand.c
include/linux/workqueue.h