From: Thomas Gleixner Date: Sat, 16 Oct 2010 19:17:08 +0000 (+0200) Subject: arm: Use ARCH_IRQ_INIT_FLAGS X-Git-Tag: v2.6.37-rc1~191^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=032fa36091a925f555158f4e80f8a09d951cdb10;p=pandora-kernel.git arm: Use ARCH_IRQ_INIT_FLAGS The core code now initializes the requested number of interrupts and sets the flags in irq_desc.status which are requested by the architecture via ARCH_IRQ_INIT_FLAGS. Add ARCH_IRQ_INIT_FLAGS and remove the loop which sets those flags after the irq descriptors are allocated. [ This patch should have been in the original irq rework and got dropped accidentaly ] Signed-off-by: Thomas Gleixner Cc: Russell King Cc: Linus Walleij Cc: Anand Gadiyar --- Reading git-diff-tree failed