From: Alexey Dobriyan Signed-off-by: Alexey Dobriyan Cc: Ian Molton Signed-off-by: Andrew Morton --- include/asm-arm26/system.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN include/asm-arm26/system.h~arm26-drop-first-arg-of-prepare_arch_switch-finish_arch_switch include/asm-arm26/system.h --- devel/include/asm-arm26/system.h~arm26-drop-first-arg-of-prepare_arch_switch-finish_arch_switch 2006-01-18 20:25:01.000000000 -0800 +++ devel-akpm/include/asm-arm26/system.h 2006-01-18 20:25:01.000000000 -0800 @@ -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' _