• Grant Likely's avatar
    irqdomain: Replace LEGACY mapping with LINEAR · 9bbf877d
    Grant Likely authored
    The LEGACY mapping unnecessarily complicates the irqdomain code and
    can easily be implemented with a linear mapping.  By ripping it out
    and replacing it with the LINEAR mapping the object size of
    irqdomain.c shrinks by about 330 bytes (ARMv7) which offsets the
    additional allocation required by the linear map.  It also makes it
    possible for current LEGACY map users to pre-allocate irq_descs for a
    subset of the hwirqs and dynamically allocate the rest as needed.
    Signed-off-by: default avatarGrant Likely <grant.likely@linaro.org>
    Cc: Paul Mundt <lethal@linux-sh.org>
    Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Rob Herring <rob.herring@calxeda.com>
    9bbf877d
irqdomain.c 23.8 KB