From: Akira Yokosawa <akiyks@gmail.com>
To: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Cc: perfbook@vger.kernel.org, Akira Yokosawa <akiyks@gmail.com>
Subject: [PATCH 0/2] CodeSamples: Fixes for ppc64
Date: Sat, 3 Jun 2017 16:01:39 +0900 [thread overview]
Message-ID: <ad29f159-eb20-4493-d1f7-90bd4b3f17ae@gmail.com> (raw)
From 7c151a100ef7d6c30259a966c68c45421edd7707 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sat, 3 Jun 2017 13:32:49 +0900
Subject: [PATCH 0/2] CodeSamples: Fixes for ppc64
Hi Paul,
With the help of you, I now have an access to a ppc64 instance on
OSU Open Source Lab.
I tried to build under CodeSamples/ there.
But I needed to fix dependency rules I updated recently.
Also, script for ppc64 in Makefile failed to copy
api-pthreads/api-gcc.h to api.h.
Patch 1 fixes them.
Patch 2 removes GCC flags specific to POWER5, and update links
to pages with regard to optimization for POWER.
And there are a few things I want to confirm regarding CodeSamples.
(1) Is libucru a must now?
If it is the case, we should remove "else" blocks in Makefile
which copu linux/list.h to api.h.
(2) Is little endian assuemed?
You suggested to choose ppc64le for the instance on OSU Open Source Lab.
Is there any code that doesn't work on big-endian platform?
(3) Can we remove gprof-helper.c?
Although I fixed the entry in .gitignore the other day, gprof-helper.c
lives in the repository from the beginning. Can we get rid of it?
Thanks, Akira
--
Akira Yokosawa (2):
CodeSamples: Fixes for build on ppc64le
CodeSamples: Remove cpu specific flag for ppc64
CodeSamples/Makefile | 2 ++
CodeSamples/arch-ppc64/Makefile.arch | 7 +++++--
CodeSamples/depends.mk | 2 ++
3 files changed, 9 insertions(+), 2 deletions(-)
--
2.7.4
next reply other threads:[~2017-06-03 7:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-03 7:01 Akira Yokosawa [this message]
2017-06-03 7:03 ` [PATCH 1/2] CodeSamples: Fixes for build on ppc64le Akira Yokosawa
2017-06-03 7:04 ` [PATCH 2/2] CodeSamples: Remove cpu specific flag for ppc64 Akira Yokosawa
2017-06-03 20:20 ` [PATCH 0/2] CodeSamples: Fixes " Paul E. McKenney
2017-06-03 23:32 ` Akira Yokosawa
2017-06-04 21:58 ` Paul E. McKenney
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=ad29f159-eb20-4493-d1f7-90bd4b3f17ae@gmail.com \
--to=akiyks@gmail.com \
--cc=paulmck@linux.vnet.ibm.com \
--cc=perfbook@vger.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 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.