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:
9d29213
)
[PARISC] timer interrupt should not be IRQ_DISABLED
author
Kyle McMartin
<kyle@mako.i.cabal.ca>
Wed, 28 Nov 2007 07:17:53 +0000
(
02:17
-0500)
committer
Kyle McMartin
<kyle@shortfin.cabal.ca>
Thu, 6 Dec 2007 17:16:45 +0000
(09:16 -0800)
The timer interrupt had accidentally been marked IRQ_DISABLED since
IRQ_PER_CPU had been OR-ed in, instead of set. This had been working
by accident for quite a while.
Commit
c642b8391cf8efc3622cc97329a0f46e7cbb70b8
changed the behaviour of
IRQ_PER_CPU interrupts, which previously weren't checked for IRQ_DISABLED.
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
No differences found