summaryrefslogtreecommitdiffstats
path: root/include/asm-arm26/system.h
diff options
context:
space:
mode:
authorAlexey Dobriyan2006-02-01 12:06:20 +0100
committerLinus Torvalds2006-02-01 17:53:21 +0100
commitae7a49666af427da745e69a39fcfdd3a8b4ab3e8 (patch)
tree4406758157f083548aabc14bf90c98c5fcb60ba4 /include/asm-arm26/system.h
parent[PATCH] arm26: fixup asm statement in kernel/fiq.c (diff)
downloadkernel-qcow2-linux-ae7a49666af427da745e69a39fcfdd3a8b4ab3e8.tar.gz
kernel-qcow2-linux-ae7a49666af427da745e69a39fcfdd3a8b4ab3e8.tar.xz
kernel-qcow2-linux-ae7a49666af427da745e69a39fcfdd3a8b4ab3e8.zip
[PATCH] arm26: drop local task_running copy
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Acked-by: Ian Molton <spyro@f2s.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-arm26/system.h')
-rw-r--r--include/asm-arm26/system.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm26/system.h b/include/asm-arm26/system.h
index ca4ccfc4b578..71b89c4a3c32 100644
--- 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'