lkml.org 
[lkml]   [2005]   [Nov]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] rt11 Fill out default_simple_type
From
Date

Teach me not use pine. I'll send it attached privatly, I think it's been
well reviewed anyway .

Daniel


On Sat, 2005-11-12 at 15:48 +0100, Ingo Molnar wrote:
> doesnt apply. Also, the set_type line has whitespace damage.
>
> Ingo
>
> * Daniel Walker <dwalker@mvista.com> wrote:
>
> >
> > Needed to boot some ARM boards.
> >
> > Signed-Off-By: Daniel Walker <dwalker@mvista.com>
> >
> > Index: linux-2.6.14/kernel/irq/handle.c
> > ===================================================================
> > --- linux-2.6.14.orig/kernel/irq/handle.c
> > +++ linux-2.6.14/kernel/irq/handle.c
> > @@ -196,8 +196,9 @@ struct irq_type default_level_type = {
> > */
> > struct irq_type default_simple_type = {
> > .typename = "default_simple",
> > - .enable = noop,
> > - .disable = noop,
> > + .enable = default_enable,
> > + .disable = default_disable,
> > + .set_type = default_set_type,
> > .handle_irq = handle_simple_irq,
> > };

-
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/

\
 
 \ /
  Last update: 2005-11-12 15:55    [W:0.056 / U:0.248 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site