projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
896f361
)
[PATCH] arm26: drop local task_running copy
author
Alexey Dobriyan
<adobriyan@gmail.com>
Wed, 1 Feb 2006 11:06:20 +0000
(
03:06
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 1 Feb 2006 16:53:21 +0000
(08:53 -0800)
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>
include/asm-arm26/system.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-arm26/system.h
b/include/asm-arm26/system.h
index ca4ccfc4b578cc44184667aaac94b5b0d9764022..71b89c4a3c320488471f138f95fb42c59a4b8a18 100644
(file)
--- 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'