projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae7a496
)
[PATCH] arm26: drop first arg of prepare_arch_switch, finish_arch_switch
author
Alexey Dobriyan
<
[email protected]
>
Wed, 1 Feb 2006 11:06:20 +0000
(
03:06
-0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 1 Feb 2006 16:53:22 +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
patch
|
blob
|
history
diff --git
a/include/asm-arm26/system.h
b/include/asm-arm26/system.h
index 71b89c4a3c320488471f138f95fb42c59a4b8a18..702884926a55931254ad69f3aadd968845054596 100644
(file)
--- a/
include/asm-arm26/system.h
+++ b/
include/asm-arm26/system.h
@@
-98,8
+98,8
@@
extern unsigned int user_debug;
* spin_unlock_irq() and friends are implemented. This avoids
* us needlessly decrementing and incrementing the preempt count.
*/
-#define prepare_arch_switch(
rq,next)
local_irq_enable()
-#define finish_arch_switch(
rq,prev)
spin_unlock(&(rq)->lock)
+#define prepare_arch_switch(
next)
local_irq_enable()
+#define finish_arch_switch(
prev)
spin_unlock(&(rq)->lock)
/*
* switch_to(prev, next) should switch from task `prev' to `next'