commit | 3bd012060f962567aadb52b27b2fc8fdc91102c7 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Mon Sep 08 08:58:59 2008 -0700 |
committer | Arjan van de Ven <arjan@linux.intel.com> | Thu Sep 11 07:16:55 2008 -0700 |
tree | 304f42afb3131c785b0b5c224e93a1e31a0b00c8 | |
parent | 96d2ab484e7a9bafdab44b8c7d1ef5944319b18c [diff] |
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>