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:
5e264a5
)
[POWERPC] Avoid calling get_irq_server() with a real, not virtual irq.
author
Michal Ostrowski
<mostrows@watson.ibm.com>
Wed, 20 Dec 2006 13:29:40 +0000
(07:29 -0600)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 9 Jan 2007 06:03:01 +0000
(17:03 +1100)
We can use default_server when masking an interrupt vector.
get_irq_server() assumes a virtual irq, so badness may happen if we
give it a real one.
Signed-off-by: Michal Ostrowski <mostrows@watson.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found