All of lore.kernel.org
 help / color / mirror / Atom feed
From: Timur Tabi <timur@codeaurora.org>
To: Shanker Donthineni <shankerd@codeaurora.org>
Cc: Marc Zyngier <marc.zyngier@arm.com>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	Jason Cooper <jason@lakedaemon.net>,
	Vikram Sethi <vikrams@codeaurora.org>
Subject: Re: [PATCH v3] irqchip/gicv3: Add support for Range Selector (RS) feature
Date: Fri, 6 Oct 2017 09:25:54 -0500	[thread overview]
Message-ID: <CAOZdJXXp6Vm7rZNP4eH8UKpHqqrCQnqt257X3VZPnC7sG4VQGg@mail.gmail.com> (raw)
In-Reply-To: <1507247949-21620-1-git-send-email-shankerd@codeaurora.org>

On Thu, Oct 5, 2017 at 6:59 PM, Shanker Donthineni
<shankerd@codeaurora.org> wrote:
> +#define MPIDR_TO_SGI_CLUSTER_ID(mpidr) (mpidr & ~0xFUL)

This should be "((mpidr) & 0xFUL)", just to be safe.

WARNING: multiple messages have this Message-ID (diff)
From: timur@codeaurora.org (Timur Tabi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3] irqchip/gicv3: Add support for Range Selector (RS) feature
Date: Fri, 6 Oct 2017 09:25:54 -0500	[thread overview]
Message-ID: <CAOZdJXXp6Vm7rZNP4eH8UKpHqqrCQnqt257X3VZPnC7sG4VQGg@mail.gmail.com> (raw)
In-Reply-To: <1507247949-21620-1-git-send-email-shankerd@codeaurora.org>

On Thu, Oct 5, 2017 at 6:59 PM, Shanker Donthineni
<shankerd@codeaurora.org> wrote:
> +#define MPIDR_TO_SGI_CLUSTER_ID(mpidr) (mpidr & ~0xFUL)

This should be "((mpidr) & 0xFUL)", just to be safe.

  reply	other threads:[~2017-10-06 14:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-05 23:59 [PATCH v3] irqchip/gicv3: Add support for Range Selector (RS) feature Shanker Donthineni
2017-10-05 23:59 ` Shanker Donthineni
2017-10-06 14:25 ` Timur Tabi [this message]
2017-10-06 14:25   ` Timur Tabi
2017-10-06 15:30   ` Shanker Donthineni
2017-10-06 15:30     ` Shanker Donthineni

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=CAOZdJXXp6Vm7rZNP4eH8UKpHqqrCQnqt257X3VZPnC7sG4VQGg@mail.gmail.com \
    --to=timur@codeaurora.org \
    --cc=jason@lakedaemon.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marc.zyngier@arm.com \
    --cc=shankerd@codeaurora.org \
    --cc=tglx@linutronix.de \
    --cc=vikrams@codeaurora.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.