hrtimer: hook compat_sys_nanosleep up to high res timer code
authorAnton Blanchard <anton@samba.org>
Mon, 15 Oct 2007 21:13:56 +0000 (16:13 -0500)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 18 Oct 2007 20:54:18 +0000 (22:54 +0200)
commitc70878b4e0b6cf8d2f1e46319e48e821ef4a8aba
treea05d3dc9f2dfe2a0f18819b4eb60ba7f9d7833f6
parent04c227140fed77587432667a574b14736a06dd7f
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>
kernel/compat.c