From: Samuel Ortiz Date: Thu, 13 Jul 2006 12:24:25 +0000 (+0300) Subject: IDLETIMER: We shouldn't sleep in the timer routine X-Git-Tag: v2.6.17-omap2~30 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a9f264ced00390b9e10055059e5e6470778a1e4;p=pandora-kernel.git IDLETIMER: We shouldn't sleep in the timer routine Currently, IDLETIMER timer routine calls kobject_uevent, which might sleep. Since we are in interrupt context, we now schedule a work when the timer expires. This calls sysfs_notify() for notifying userspace. Signed-off-by: Samuel Ortiz Signed-off-by: Juha Yrjola --- Reading git-diff-tree failed