hrtimer: make the futex() system call use the per process slack value
authorArjan van de Ven <arjan@linux.intel.com>
Mon, 8 Sep 2008 16:03:57 +0000 (09:03 -0700)
committerArjan van de Ven <arjan@linux.intel.com>
Thu, 11 Sep 2008 14:17:00 +0000 (07:17 -0700)
commitae4b748e81b7e366f04f55229d5e372e372c33af
tree27ce1d7a205df69c79bbdd35fc721401d79a13cb
parent3bd012060f962567aadb52b27b2fc8fdc91102c7
hrtimer: make the futex() system call use the per process slack value

This patch makes the futex() 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/futex.c