lkml.org 
[lkml]   [2011]   [Feb]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 21/75] genirq: Mark handle_IRQ_event deprecated
    We really want to have special flow handlers in the core code so we
    can see the patterns.

    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    ---
    include/linux/irq.h | 5 +++--
    1 file changed, 3 insertions(+), 2 deletions(-)

    Index: linux-2.6-tip/include/linux/irq.h
    ===================================================================
    --- linux-2.6-tip.orig/include/linux/irq.h
    +++ linux-2.6-tip/include/linux/irq.h
    @@ -248,8 +248,9 @@ static inline void move_masked_irq(int i

    extern int no_irq_affinity;

    -/* Handle irq action chains: */
    -extern irqreturn_t handle_IRQ_event(unsigned int irq, struct irqaction *action);
    +/* Handle irq action chains. Will go away */
    +extern irqreturn_t __deprecated handle_IRQ_event(unsigned int irq,
    + struct irqaction *action);

    /*
    * Built-in IRQ handlers for various IRQ types,



    \
     
     \ /
      Last update: 2011-02-11 00:39    [W:4.042 / U:0.976 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site