summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-02-21 12:26:08 -0500
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-02-21 12:26:08 -0500
commitaab614dbce26de677c787bc5f92956817cbfa695 (patch)
tree07165f2365a3124511cf01e23fa64492a2911f7a
parentb13c4595e014fb6f68b6420bb37af77430f9eafb (diff)
downloadrt-patches-aab614dbce26de677c787bc5f92956817cbfa695.tar.gz
sched: delete useless commented out trace call
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--sched-preempt-rt-support.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/sched-preempt-rt-support.patch b/sched-preempt-rt-support.patch
index 8988244..cc3c7a9 100644
--- a/sched-preempt-rt-support.patch
+++ b/sched-preempt-rt-support.patch
@@ -313,15 +313,6 @@ index 6e35bc6..f6fd507 100644
}
/*
-@@ -1953,6 +1996,8 @@ static inline int normal_prio(struct task_struct *p)
- prio = MAX_RT_PRIO-1 - p->rt_priority;
- else
- prio = __normal_prio(p);
-+
-+// trace_special_pid(p->pid, PRIO(p), __PRIO(prio));
- return prio;
- }
-
@@ -2029,13 +2074,20 @@ task_hot(struct task_struct *p, u64 now, struct sched_domain *sd)
void set_task_cpu(struct task_struct *p, unsigned int new_cpu)