]> git.baikalelectronics.ru Git - kernel.git/commit
genirq: Streamline irq_action
authorThomas Gleixner <tglx@linutronix.de>
Thu, 19 Apr 2012 09:53:25 +0000 (11:53 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 19 Apr 2012 11:56:55 +0000 (13:56 +0200)
commit67ec53cd168360bb93930c097fbe68ecc14cbfb9
treea4d9c3c160e7c61246bd29c0471351aca4c9a794
parentfeb42a6f00f1bdecca6e847481042b6d021d7a0f
genirq: Streamline irq_action

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>
include/linux/interrupt.h