From: Alexey Dobriyan Signed-off-by: Alexey Dobriyan Cc: Ian Molton Signed-off-by: Andrew Morton --- include/asm-arm26/system.h | 1 - 1 files changed, 1 deletion(-) diff -puN include/asm-arm26/system.h~arm26-drop-local-task_running-copy include/asm-arm26/system.h --- devel/include/asm-arm26/system.h~arm26-drop-local-task_running-copy 2006-01-18 20:25:00.000000000 -0800 +++ devel-akpm/include/asm-arm26/system.h 2006-01-18 20:25:00.000000000 -0800 @@ -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' _