[PATCH] arm26: drop local task_running copy
authorAlexey Dobriyan <[email protected]>
Wed, 1 Feb 2006 11:06:20 +0000 (03:06 -0800)
committerLinus Torvalds <[email protected]>
Wed, 1 Feb 2006 16:53:21 +0000 (08:53 -0800)
Signed-off-by: Alexey Dobriyan <[email protected]>
Acked-by: Ian Molton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/asm-arm26/system.h

index ca4ccfc4b578cc44184667aaac94b5b0d9764022..71b89c4a3c320488471f138f95fb42c59a4b8a18 100644 (file)
@@ -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'