aboutsummaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
Diffstat (limited to 'patches')
-rw-r--r--patches/linux-2.6.18/softlockup-no-idle-hz.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/linux-2.6.18/softlockup-no-idle-hz.patch b/patches/linux-2.6.18/softlockup-no-idle-hz.patch
index 6799bfc4bf..d98edac8f2 100644
--- a/patches/linux-2.6.18/softlockup-no-idle-hz.patch
+++ b/patches/linux-2.6.18/softlockup-no-idle-hz.patch
@@ -34,7 +34,7 @@ diff -pruN ../orig-linux-2.6.18/kernel/softlockup.c ./kernel/softlockup.c
+ !per_cpu(watchdog_task, this_cpu))
+ return MAX_JIFFY_OFFSET;
+
-+ return min_t(long, 0, touch_timestamp + HZ - jiffies);
++ return max_t(long, 0, touch_timestamp + HZ - jiffies);
+}
+
/*