commit | 7da8a581f5ec0ecac5f0afc9ec26ce13b780d48d | [log] [tgz] |
---|---|---|
author | Franck Bui-Huu <vagabon.xyz@gmail.com> | Tue Feb 13 14:50:18 2007 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Feb 13 22:40:51 2007 +0000 |
tree | a94025dbba3d4c1f5a10440872d08287cf991570 | |
parent | 6f3aa38e191326a82d5dcae1f6cdc88b1d9a8d32 [diff] |
[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>