hrtimer: make the nanosleep() syscall use the per process slack
authorArjan van de Ven <arjan@linux.intel.com>
Mon, 8 Sep 2008 15:58:59 +0000 (08:58 -0700)
committerArjan van de Ven <arjan@linux.intel.com>
Thu, 11 Sep 2008 14:16:55 +0000 (07:16 -0700)
commit3bd012060f962567aadb52b27b2fc8fdc91102c7
tree304f42afb3131c785b0b5c224e93a1e31a0b00c8
parent96d2ab484e7a9bafdab44b8c7d1ef5944319b18c
hrtimer: make the nanosleep() syscall use the per process slack

This patch makes the nanosleep() system call use the per process
slack value; with this users are able to externally control existing
applications to reduce the wakeup rate.

Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
kernel/hrtimer.c