From: Hirokazu Takata Date: Fri, 17 Aug 2007 14:40:37 +0000 (+0900) Subject: m32r: Exit ei_handler directly for no IRQ case or IPI operations X-Git-Tag: v2.6.23-rc6~14^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abd0a782359717ded8f663bc5b8e5e9e3cc4f5e7;p=pandora-kernel.git m32r: Exit ei_handler directly for no IRQ case or IPI operations If no IRQ request is found in the IRQ check of ei_handler, we can exit directly by jumping "restore_all", instead of via "ret_from_intr". This modification is also likely effective for IPI operations, because scheduler call never happen at the exit of IPIs. Signed-off-by: Hitoshi Yamamoto Signed-off-by: Hirokazu Takata --- Reading git-diff-tree failed