All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Gleixner <tglx@linutronix.de>
To: Grant Likely <grant.likely@secretlab.ca>
Cc: Andreas Schwab <schwab@linux-m68k.org>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] irqdomain: fix typo in IRQ_BITMAP_BITS definition
Date: Thu, 19 Apr 2012 21:02:53 +0200 (CEST)	[thread overview]
Message-ID: <alpine.LFD.2.02.1204192102070.2542@ionos> (raw)
In-Reply-To: <CACxGe6sKrO8U4JPKs0cvB24ZTsPNx430FhiE--JFAQzNb_=1og@mail.gmail.com>

On Thu, 19 Apr 2012, Grant Likely wrote:

> On Thu, Apr 19, 2012 at 10:14 AM, Andreas Schwab <schwab@linux-m68k.org> wrote:
> > 8196 is an odd number, change it to the intended 8192.
> >
> > Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
> > ---
> > Shouldn't it actually be just 8192 or maybe max(NR_IRQS, 8192)?
> 
> The number is completely arbitrary.  It doesn't actually matter.

Right, it just makes sure that the bitmap is way larger than the
NR_IRQS value, so we can deal with all the dynamic allocated
interrupts.

Thanks,

	tglx


      reply	other threads:[~2012-04-19 19:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-19 16:14 [PATCH] irqdomain: fix typo in IRQ_BITMAP_BITS definition Andreas Schwab
2012-04-19 16:55 ` Grant Likely
2012-04-19 19:02   ` Thomas Gleixner [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=alpine.LFD.2.02.1204192102070.2542@ionos \
    --to=tglx@linutronix.de \
    --cc=grant.likely@secretlab.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=schwab@linux-m68k.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.