commit | c70878b4e0b6cf8d2f1e46319e48e821ef4a8aba | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Mon Oct 15 16:13:56 2007 -0500 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Oct 18 22:54:18 2007 +0200 |
tree | a05d3dc9f2dfe2a0f18819b4eb60ba7f9d7833f6 | |
parent | 04c227140fed77587432667a574b14736a06dd7f [diff] |
hrtimer: hook compat_sys_nanosleep up to high res timer code Now we have high res timers on ppc64 I thought Id test them. It turns out compat_sys_nanosleep hasnt been converted to the hrtimer code and so is limited to HZ resolution. The follow patch converts compat_sys_nanosleep to use high res timers. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>