[MIPS] Make entry.S a little more readable.
authorFranck Bui-Huu <vagabon.xyz@gmail.com>
Tue, 13 Feb 2007 13:50:18 +0000 (14:50 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 13 Feb 2007 22:40:51 +0000 (22:40 +0000)
commit7da8a581f5ec0ecac5f0afc9ec26ce13b780d48d
treea94025dbba3d4c1f5a10440872d08287cf991570
parent6f3aa38e191326a82d5dcae1f6cdc88b1d9a8d32
[MIPS] Make entry.S a little more readable.

When CONFIG_PREEMPT is not set, it also moves one branch instruction from
ret_from_irq() to ret_from_exception().  Therefore we favour the return
from irq case which should be more common than the other one.

Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Acked-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/entry.S