Skip to content
  • Eric W. Biederman's avatar
    [PATCH] genirq: i386 irq: Dynamic irq support · 3fc471ed
    Eric W. Biederman authored
    
    
    The current implementation of create_irq() is a hack but it is the current
    hack that msi.c uses, and unfortunately the ``generic'' apic msi ops depend on
    this hack.  Thus we are stuck this hack of assuming irq == vector until the
    depencencies in the generic msi code are removed.
    
    Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
    Cc: Ingo Molnar <mingo@elte.hu>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    Cc: Rajesh Shah <rajesh.shah@intel.com>
    Cc: Andi Kleen <ak@muc.de>
    Cc: "Protasevich, Natalie" <Natalie.Protasevich@UNISYS.com>
    Cc: "Luck, Tony" <tony.luck@intel.com>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    3fc471ed