lkml.org 
[lkml]   [2015]   [Nov]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 02/19] genirq: Add DOMAIN_BUS_IPI
    Date
    We need a way to search and match IPI domains.

    Using the new enum we can use irq_find_matching_host() to do that.

    Signed-off-by: Qais Yousef <qais.yousef@imgtec.com>
    ---
    include/linux/irqdomain.h | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h
    index c1a59f37674d..f717796a4d5e 100644
    --- a/include/linux/irqdomain.h
    +++ b/include/linux/irqdomain.h
    @@ -73,6 +73,7 @@ enum irq_domain_bus_token {
    DOMAIN_BUS_PCI_MSI,
    DOMAIN_BUS_PLATFORM_MSI,
    DOMAIN_BUS_NEXUS,
    + DOMAIN_BUS_IPI,
    };

    /**
    --
    2.1.0


    \
     
     \ /
      Last update: 2015-11-25 13:21    [W:2.633 / U:0.972 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site