commit | c0ecaa06d6d40cb02cd264ddb308e82f0a49ec91 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Apr 19 11:53:25 2012 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Thu Apr 19 13:56:55 2012 +0200 |
tree | a4d9c3c160e7c61246bd29c0471351aca4c9a794 | |
parent | 932e9f352b5d685725076f21b237f7c7d804b29c [diff] |
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>