diff options
| author | Daniel Schaeffer <daniel@dschaeffer.localdomain> | 2008-01-30 11:35:48 -0500 |
|---|---|---|
| committer | Daniel Schaeffer <daniel@dschaeffer.localdomain> | 2008-01-30 11:35:48 -0500 |
| commit | 2506ae0663e660d8dc7624fcdae1814c8ee3d10a (patch) | |
| tree | d096b4674db349e044a76b4880126e52da91d32d /kernel/sched.c | |
| parent | 04d61c58040f259b08e5170d62e2fb49ae8fd19b (diff) | |
Removed linux-2.6.22-mx-codetest.patch
modified: arch/arm/kernel/irq.c
modified: fs/exec.c
modified: kernel/Makefile
deleted: kernel/codetest.c
deleted: kernel/ctswic.h
modified: kernel/exit.c
modified: kernel/fork.c
modified: kernel/sched.c
Diffstat (limited to 'kernel/sched.c')
| -rw-r--r-- | kernel/sched.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index 61e21609a7bb..50e1a3122699 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -57,16 +57,6 @@ #include <asm/tlb.h> #include <asm/unistd.h> -#ifdef CONFIG_CODETEST -/* - * CodeTEST mods - */ -extern void ct_thread_enter(struct task_struct *next); -extern void ct_thread_exit(struct task_struct *prev); -extern void ct_isr_enter(int irq); -extern void ct_isr_exit(int irq); -#endif /* CONFIG_CODETEST */ - /* * Scheduler clock - returns current time in nanosec units. * This is default implementation. @@ -1991,10 +1981,6 @@ context_switch(struct rq *rq, struct task_struct *prev, spin_release(&rq->lock.dep_map, 1, _THIS_IP_); #endif -#ifdef CONFIG_CODETEST - ct_thread_enter(next); -#endif /* CONFIG_CODETEST */ - /* Here we just switch the register state and the stack. */ switch_to(prev, next, prev); @@ -3713,9 +3699,6 @@ switch_tasks: sched_info_switch(prev, next); if (likely(prev != next)) { next->timestamp = next->last_ran = now; -#ifdef CONFIG_CODETEST - ct_thread_exit(prev); -#endif /* CONFIG_CODETEST */ rq->nr_switches++; rq->curr = next; ++*switch_count; |
