netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Richard Cochran <richardcochran@gmail.com>
To: Thomas Huth <thuth@redhat.com>
Cc: netdev@vger.kernel.org, corbet@lwn.net,
	linux-doc@vger.kernel.org, trivial@kernel.org
Subject: Re: [PATCH] testptp: Silence compiler warnings on ppc64
Date: Tue, 29 Sep 2015 19:46:09 +0200	[thread overview]
Message-ID: <20150929174609.GA7957@localhost.localdomain> (raw)
In-Reply-To: <1443541528-937-1-git-send-email-thuth@redhat.com>

On Tue, Sep 29, 2015 at 05:45:28PM +0200, Thomas Huth wrote:
> This happens because __s64 is by default defined as "long" on ppc64,
> not as "long long". However, to fix these warnings, it's possible to
> define the __SANE_USERSPACE_TYPES__ so that __s64 gets defined to
> "long long" on ppc64, too.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Acked-by: Richard Cochran <richardcochran@gmail.com>

  reply	other threads:[~2015-09-29 17:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-29 15:45 [PATCH] testptp: Silence compiler warnings on ppc64 Thomas Huth
2015-09-29 17:46 ` Richard Cochran [this message]
2015-09-30  4:17 ` David Miller

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=20150929174609.GA7957@localhost.localdomain \
    --to=richardcochran@gmail.com \
    --cc=corbet@lwn.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=thuth@redhat.com \
    --cc=trivial@kernel.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;
as well as URLs for NNTP newsgroup(s).