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:
932e9f3
)
genirq: Streamline irq_action
author
Thomas Gleixner
<tglx@linutronix.de>
Thu, 19 Apr 2012 09:53:25 +0000
(11:53 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 19 Apr 2012 11:56:55 +0000
(13:56 +0200)
There is no need to have flags as unsigned long. Make it unsigned int
and put it together with irq so it does not waste space on 64 bit.
Make irq unsigned int while at it.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found