Skip to content
  • Thomas Gleixner's avatar
    arm: Use ARCH_IRQ_INIT_FLAGS · 032fa360
    Thomas Gleixner authored
    
    
    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: default avatarThomas Gleixner <tglx@linutronix.de>
    Cc: Russell King <linux@arm.linux.org.uk>
    Cc: Linus Walleij <linus.walleij@stericsson.com>
    Cc: Anand Gadiyar <gadiyar@ti.com>
    032fa360