From: Ingo Molnar <mingo@elte.hu>
To: Daniel Walker <dwalker@mvista.com>
Cc: tglx@linutronix.de, trini@kernel.crashing.org,
sdietrich@mvista.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] rt11 Fill out default_simple_type
Date: Sat, 12 Nov 2005 15:48:16 +0100 [thread overview]
Message-ID: <20051112144816.GA24942@elte.hu> (raw)
In-Reply-To: <Pine.LNX.4.64.0511120639420.15898@dhcp153.mvista.com>
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,
> };
next prev parent reply other threads:[~2005-11-12 14:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-12 14:44 Daniel Walker
2005-11-12 14:48 ` Ingo Molnar [this message]
2005-11-12 14:52 ` Daniel Walker
2005-11-13 21:56 ` Thomas Gleixner
2005-11-13 22:11 ` Tom Rini
2005-11-13 22:17 ` Thomas Gleixner
2005-11-14 18:47 ` Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051112144816.GA24942@elte.hu \
--to=mingo@elte.hu \
--cc=dwalker@mvista.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sdietrich@mvista.com \
--cc=tglx@linutronix.de \
--cc=trini@kernel.crashing.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome