1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ANSI_X3.4-1968"><title>Chapter 5. __do_IRQ entry point</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Linux generic IRQ handling"><link rel="up" href="index.html" title="Linux generic IRQ handling"><link rel="prev" href="Chiplevel_hardware_encapsulation.html" title="Chip-level hardware encapsulation"><link rel="next" href="locking.html" title="Chapter 6. Locking on SMP"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 5. __do_IRQ entry point</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Chiplevel_hardware_encapsulation.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="locking.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="doirq"></a>Chapter 5. __do_IRQ entry point</h1></div></div></div><p> 2 The original implementation __do_IRQ() was an alternative entry 3 point for all types of interrupts. It no longer exists. 4 </p><p> 5 This handler turned out to be not suitable for all 6 interrupt hardware and was therefore reimplemented with split 7 functionality for edge/level/simple/percpu interrupts. This is not 8 only a functional optimization. It also shortens code paths for 9 interrupts. 10 </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Chiplevel_hardware_encapsulation.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="locking.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chip-level hardware encapsulation </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 6. Locking on SMP</td></tr></table></div></body></html> 11