linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yinghai Lu <yinghai@kernel.org>
To: "Eric W. Biederman" <ebiederm@xmission.com>,
	Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Ingo Molnar <mingo@elte.hu>, Thomas Gleixner <tglx@linutronix.de>,
	"H. Peter Anvin" <hpa@zytor.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Rusty Russell <rusty@rustcorp.com.au>,
	Suresh Siddha <suresh.b.siddha@intel.com>,
	linux-kernel@vger.kernel.org,
	Jeremy Fitzhardinge <jeremy@goop.org>,
	linux-arch@vger.kernel.org
Subject: Re: [PATCH -v2 2/2] genericirq: change ack/mask in irq_chip to take irq_desc instead of irq
Date: Wed, 24 Feb 2010 14:07:45 -0800	[thread overview]
Message-ID: <4B85A331.7040909@kernel.org> (raw)
In-Reply-To: <m1ljei5n9q.fsf@fess.ebiederm.org>

On 02/24/2010 01:36 PM, Eric W. Biederman wrote:
> Yinghai Lu <yinghai@kernel.org> writes:
> 
>> will have
>> void            (*ack)(struct irq_desc *desc);
>> void            (*mask)(struct irq_desc *desc);
>> void            (*mask_ack)(struct irq_desc *desc);
>> void            (*unmask)(struct irq_desc *desc);
>> void            (*eoi)(struct irq_desc *desc);
>>
>> so for sparseirq with raidix tree, we don't call extra irq_to_desc, and could use desc directly
> 
> Overall this looks pretty decent.  This look pretty complete.
> How many platforms did you manage to compile test this on?

x86 only.

any guide to setup cross compiling for 22 archs ?
on x86_64 platform please

Thanks

Yinghai Lu

  parent reply	other threads:[~2010-02-24 22:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1266029390-30907-1-git-send-email-yinghai@kernel.org>
     [not found] ` <m1zl3dre9e.fsf@fess.ebiederm.org>
     [not found]   ` <4B7676BB.8030608@kernel.org>
     [not found]     ` <m1ljexpcjp.fsf@fess.ebiederm.org>
     [not found]       ` <4B772A54.1000000@kernel.org>
     [not found]         ` <m16360ohi2.fsf@fess.ebiederm.org>
     [not found]           ` <4B773CEB.9010609@kernel.org>
     [not found]             ` <m1sk94mzg0.fsf@fess.ebiederm.org>
     [not found]               ` <4B7CA9A1.3020806@kernel.org>
     [not found]                 ` <4B7CAADD.2060000@kernel.org>
     [not found]                   ` <m1mxz6v4pm.fsf@fess.ebiederm.org>
     [not found]                     ` <4B83781B.20307@kernel.org>
2010-02-23  6:44                       ` [PATCH -v2 2/2] genericirq: change ack/mask in irq_chip to take irq_desc instead of irq Yinghai Lu
2010-02-24 21:36                         ` Eric W. Biederman
2010-02-24 21:36                           ` Eric W. Biederman
2010-02-24 22:07                           ` Yinghai Lu [this message]
2010-02-24 22:07                             ` Yinghai Lu
2010-02-25  0:22                             ` Stephen Rothwell
2010-03-02 14:58                           ` Thomas Gleixner
2010-03-03  8:49                             ` Yinghai Lu
2010-03-03 10:26                               ` Thomas Gleixner
2010-03-03 10:26                                 ` Thomas Gleixner
     [not found]                       ` <4B84F013.9040708@kernel.org>
2010-02-24  9:26                         ` [PATCH -v3 " Yinghai Lu

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=4B85A331.7040909@kernel.org \
    --to=yinghai@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=ebiederm@xmission.com \
    --cc=hpa@zytor.com \
    --cc=jeremy@goop.org \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=rusty@rustcorp.com.au \
    --cc=sfr@canb.auug.org.au \
    --cc=suresh.b.siddha@intel.com \
    --cc=tglx@linutronix.de \
    /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;
as well as URLs for NNTP newsgroup(s).