summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapset/task.stp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/task.stp b/tapset/task.stp
index 1a7699d0..97ae5c7e 100644
--- a/tapset/task.stp
+++ b/tapset/task.stp
@@ -110,7 +110,7 @@ function task_nice:long (task:long) %{ /* pure */
// Return the scheduled cpu for the given task
function task_cpu:long (task:long)
-%( kernel_v >= "2.6.23" %?
+%( kernel_v >= "2.6.22" %?
%{ /* pure */
struct task_struct *t = (struct task_struct *)(long)THIS->task;
struct thread_info *ti = kread(&(t->stack));