git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5171b10
)
m32r: Exit ei_handler directly for no IRQ case or IPI operations
author
Hirokazu Takata
<takata@linux-m32r.org>
Fri, 17 Aug 2007 14:40:37 +0000
(23:40 +0900)
committer
Hirokazu Takata
<takata@linux-m32r.org>
Mon, 3 Sep 2007 02:30:18 +0000
(11:30 +0900)
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 <hitoshiy@linux-m32r.org>
Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>
No differences found