From c70878b4e0b6cf8d2f1e46319e48e821ef4a8aba Mon Sep 17 00:00:00 2001 From: Anton Blanchard Date: Mon, 15 Oct 2007 16:13:56 -0500 Subject: [PATCH] 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 Signed-off-by: Thomas Gleixner --- Reading git-format-patch failed