[PATCH] arm26: drop local task_running copy

From: Alexey Dobriyan
Date: Wed Jan 18 2006 - 15:42:44 EST


Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
---

include/asm-arm26/system.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

--- a/include/asm-arm26/system.h
+++ b/include/asm-arm26/system.h
@@ -100,7 +100,6 @@ extern unsigned int user_debug;
*/
#define prepare_arch_switch(rq,next) local_irq_enable()
#define finish_arch_switch(rq,prev) spin_unlock(&(rq)->lock)
-#define task_running(rq,p) ((rq)->curr == (p))

/*
* switch_to(prev, next) should switch from task `prev' to `next'

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/