diff --git a/[refs] b/[refs] index 9aa16313a8a3..3404cd4b7c3b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ae7a49666af427da745e69a39fcfdd3a8b4ab3e8 +refs/heads/master: 407c57b86237fc2512654fa2f2ceedda92684472 diff --git a/trunk/include/asm-arm26/system.h b/trunk/include/asm-arm26/system.h index 71b89c4a3c32..702884926a55 100644 --- a/trunk/include/asm-arm26/system.h +++ b/trunk/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'