[PATCH 1/3] remove bogus softirq_pending() usage in cris

From: Christoph Hellwig (hch_at_lst.de)
Date: 01/16/05

  • Next message: Christoph Hellwig: "[PATCH 3/3] kill softirq_pending()"
    Date:	Sun, 16 Jan 2005 12:58:28 +0100
    To: akpm@osdl.org
    
    

    Acked by Mikael Starvik.

    --- 1.17/arch/cris/kernel/irq.c 2004-10-20 10:37:14 +02:00
    +++ edited/arch/cris/kernel/irq.c 2005-01-07 12:26:22 +01:00
    @@ -158,11 +158,6 @@
                     local_irq_disable();
             }
             irq_exit();
    -
    - if (softirq_pending(cpu))
    - do_softirq();
    -
    - /* unmasking and bottom half handling is done magically for us. */
     }
     
     /* this function links in a handler into the chain of handlers for the
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Christoph Hellwig: "[PATCH 3/3] kill softirq_pending()"

    Relevant Pages

    • Re: Maintain list of attached event handlers (.Net 1.1)
      ... The question of being able to unsubscribe event handlers later has nothing to do with whether you also unsubscribe as they are raised. ... attached this handler to that event". ... public event MyHandlerType myevent; ... However, that doesn't mean that you can't instead retain a reference to the object with the event itself, and gain access to the event later that way. ...
      (microsoft.public.dotnet.framework)
    • Re: covering additional use-cases in Chain of Resp.
      ... only one handling and halting the chain. ... Instead of checking if the handler can handle it, one just executes the handler and moves on through the tree. ... You just need a flexible mechanism for accessing that context information. ... Now processRequest "walks" the nextHandler references through the chain. ...
      (comp.software.patterns)
    • Re: Hooking UnhandledException in .NET module invoked in classic ASP
      ... > My question is how do I hook a handler into the UnhandledException chain ... > Anybody got any light to shed on where the UnhandledException event chain ... to the COM client and it is not unhandled. ...
      (microsoft.public.dotnet.framework)
    • help
      ... >To subscribe or unsubscribe via the World Wide Web, ... >Chain FORWARD (policy ACCEPT) ... >>interference being in a simple LAN and may have to define static routes, ...
      (RedHat)
    • Re: Is notify_die being overloaded?
      ... kprobes should be using its own notify chain to trap page faults, ... I realize the page fault handler is the only performance critical event, ... but a kprobes patch removed that code. ...
      (Linux-Kernel)