X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fhrtimer.c;h=d2a7296c8251979b67be6a98640025c0181462c5;hb=b3967dc566bc89df19e9aeb87b2fd483418b02e6;hp=f181ff4dd32ec18221955508d515c3b8da81c6a6;hpb=f18dd516d433d0b740aa8365d706f5ad47603449;p=linux-2.6 diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index f181ff4dd3..d2a7296c82 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c @@ -501,6 +501,7 @@ int hrtimer_cancel(struct hrtimer *timer) if (ret >= 0) return ret; + cpu_relax(); } }