From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752146AbXJUNYW (ORCPT ); Sun, 21 Oct 2007 09:24:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751525AbXJUNYP (ORCPT ); Sun, 21 Oct 2007 09:24:15 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:48449 "EHLO grelber.thyrsus.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751461AbXJUNYO (ORCPT ); Sun, 21 Oct 2007 09:24:14 -0400 From: Rob Landley Organization: Boundaries Unlimited To: linux-kernel@vger.kernel.org Subject: [PATCH] Add missing section IDs to genericirq.tmpl Date: Sun, 21 Oct 2007 08:23:40 -0500 User-Agent: KMail/1.9.6 Cc: akpm@linux-foundation.org, tglx@linutronix.de, mingo@elte.hu References: <200710210602.40691.rob@landley.net> In-Reply-To: <200710210602.40691.rob@landley.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710210823.40467.rob@landley.net> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sunday 21 October 2007 6:02:40 am Rob Landley forgot to put [PATCH] in the subject field of the message now being resent for that reason. From: Rob Landley Add missing section IDs to genericirq.tmpl Signed-off-by: Rob Landley --- Documentation/DocBook/genericirq.tmpl | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff -r 5fbe157dd0b9 Documentation/DocBook/genericirq.tmpl --- a/Documentation/DocBook/genericirq.tmpl Sat Oct 20 20:19:15 2007 -0700 +++ b/Documentation/DocBook/genericirq.tmpl Sun Oct 21 05:52:27 2007 -0500 @@ -172,7 +172,7 @@ Chiplevel hardware encapsulation - + Interrupt control flow Each interrupt is described by an interrupt descriptor structure @@ -190,7 +190,7 @@ referenced by the assigned chip descriptor structure. - + Highlevel Driver API The highlevel Driver API consists of following functions: @@ -210,7 +210,7 @@ See the autogenerated function documentation for details. - + Highlevel IRQ flow handlers The generic layer provides a set of pre-defined irq-flow methods: @@ -224,9 +224,9 @@ specific) are assigned to specific interrupts by the architecture either during bootup or during device initialization. - + Default flow implementations - + Helper functions The helper functions call the chip primitives and @@ -267,7 +267,7 @@ noop(irq) - + Default flow handler implementations Default Level IRQ flow handler @@ -284,7 +284,7 @@ desc->chip->end(); - + Default Edge IRQ flow handler handle_edge_irq provides a generic implementation @@ -311,7 +311,7 @@ desc->chip->end(); - + Default simple IRQ flow handler handle_simple_irq provides a generic implementation @@ -328,7 +328,7 @@ handle_IRQ_event(desc->action); - + Default per CPU flow handler handle_percpu_irq provides a generic implementation @@ -349,7 +349,7 @@ desc->chip->end(); - + Quirks and optimizations The generic functions are intended for 'clean' architectures and chips, @@ -358,7 +358,7 @@ desc->chip->end(); overriding the highlevel irq-flow handler. - + Delayed interrupt disable This per interrupt selectable feature, which was introduced by Russell @@ -380,7 +380,7 @@ desc->chip->end(); - + Chiplevel hardware encapsulation The chip level hardware descriptor structure irq_chip -- "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson.