From: Franck Bui-Huu Date: Tue, 13 Feb 2007 13:50:18 +0000 (+0100) Subject: [MIPS] Make entry.S a little more readable. X-Git-Tag: v2.6.21-rc1~273^2~5^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7da8a581f5ec0ecac5f0afc9ec26ce13b780d48d;p=pandora-kernel.git [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 Acked-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed