From: Jesse Barnes <jbarnes@engr.sgi.com>
To: tglx@linutronix.de
Cc: tony.luck@intel.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 10/10] IA64: C99 initializers for hw_interrupt_type structures
Date: Mon, 28 Feb 2005 09:14:51 -0800 [thread overview]
Message-ID: <200502280914.51629.jbarnes@engr.sgi.com> (raw)
In-Reply-To: <20050227010029.10.patchmail@tglx>
> struct hw_interrupt_type irq_type_sn = {
> - "SN hub",
> - sn_startup_irq,
> - sn_shutdown_irq,
> - sn_enable_irq,
> - sn_disable_irq,
> - sn_ack_irq,
> - sn_end_irq,
> - sn_set_affinity_irq
> + .typename = "SN hub",
> + .startup = sn_startup_irq,
> + .shutdown = sn_shutdown_irq,
> + .enable = sn_enable_irq,
> + .disable = sn_disable_irq,
> + .ack = sn_ack_irq,
> + .end = sn_end_irq,
> + .set_affinity = sn_set_affinity_irq
> };
>
> unsigned int sn_local_vector_to_irq(u8 vector)
Looks fine.
Acked-by: Jesse Barnes <jbarnes@sgi.com>
prev parent reply other threads:[~2005-02-28 17:16 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-26 23:56 [PATCH 1/10] PPC: " tglx
2005-02-26 23:56 ` [PATCH 2/10] M32R: " tglx
2005-02-26 23:56 ` [PATCH 3/10] SH: " tglx
2005-02-26 23:56 ` [PATCH 4/10] PPC64: " tglx
2005-02-26 23:56 ` [PATCH 5/10] MIPS: " tglx
2005-02-28 13:40 ` Ralf Baechle
2005-02-26 23:56 ` [PATCH 6/10] V850: " tglx
2005-02-26 23:56 ` [PATCH 7/10] I386: " tglx
2005-02-26 23:56 ` [PATCH 8/10] SH64: " tglx
2005-02-26 23:56 ` [PATCH 9/10] X86_64: " tglx
2005-02-26 23:56 ` [PATCH 10/10] IA64: " tglx
2005-02-28 17:14 ` Jesse Barnes [this message]
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=200502280914.51629.jbarnes@engr.sgi.com \
--to=jbarnes@engr.sgi.com \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=tony.luck@intel.com \
/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