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:
7ca5605
)
[PATCH] alpha pt_regs cleanups: handle_irq()
author
Al Viro
<viro@ftp.linux.org.uk>
Sun, 8 Oct 2006 13:37:32 +0000
(14:37 +0100)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sun, 8 Oct 2006 19:32:35 +0000
(12:32 -0700)
isa_no_iack_sc_device_interrupt() always gets get_irq_regs() as
argument; kill that argument.
All but two callers of handle_irq() pass get_irq_regs() as argument;
convert the remaining two, kill set_irq_regs() inside handle_irq().
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found