linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm26: drop local task_running copy
@ 2006-01-18 21:00 Alexey Dobriyan
  0 siblings, 0 replies; only message in thread
From: Alexey Dobriyan @ 2006-01-18 21:00 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Ian Molton, linux-kernel

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 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'


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-18 20:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-18 21:00 [PATCH] arm26: drop local task_running copy Alexey Dobriyan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).