From: Henrik Austad <haustad@cisco.com>
To: linux-rt-users@vger.kernel.org
Cc: John Kacur <jkacur@redhat.com>, Henrik Austad <henrik@austad.us>
Subject: [PATCH v2 0/4] Android: clean-up patches
Date: Wed, 21 Oct 2015 21:00:07 +0200 [thread overview]
Message-ID: <1445454011-18839-1-git-send-email-haustad@cisco.com> (raw)
From: Henrik Austad <henrik@austad.us>
Changes since v1:
- Changed ifdef in bionic.h to PTHREAD_BIONIC instead of the previous 2
- Moved pthread_setaffinity_np() out of cyclictest and into bionic.h
- Marked the end of #ifedf with /* __UCLIBC__ */ to avoid future confusion
Initial changelog:
Some of these are a respin of previous patches. I considered adding
bionic.h to src/arch/bionic/include, but that was a horrible path and
the file must be included unconditionally by android-target anyway.
src/arch/bionic was renamed to src/arch/android for the sake of clarity.
Tested on android/arm64, tilegx and x64
Henrik Austad (4):
Android: clean up the bypass ifdeffery
android: rename arch from bionic to android
android: Expand match for android in ostype
rt-sched.h: do not unconditionally define syscall-numbers
Makefile | 3 +--
src/arch/android/Makefile | 24 ++++++++++++++++++++++++
src/arch/bionic/Makefile | 25 -------------------------
src/cyclictest/cyclictest.c | 35 ++++-------------------------------
src/include/bionic.h | 42 ++++++++++++++++++++++++++++++++++++++++++
src/include/rt-sched.h | 4 ++++
6 files changed, 75 insertions(+), 58 deletions(-)
create mode 100644 src/arch/android/Makefile
delete mode 100644 src/arch/bionic/Makefile
create mode 100644 src/include/bionic.h
--
1.9.1
next reply other threads:[~2015-10-21 19:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-21 19:00 Henrik Austad [this message]
2015-10-21 19:00 ` [PATCH v2 1/4] Android: clean up the bypass ifdeffery Henrik Austad
2015-10-22 8:30 ` John Kacur
2015-10-21 19:00 ` [PATCH v2 2/4] Android: rename arch from bionic to android Henrik Austad
2015-10-22 8:36 ` John Kacur
2015-10-21 19:00 ` [PATCH v2 3/4] Android: Expand match for android in ostype Henrik Austad
2015-10-22 8:43 ` John Kacur
2015-10-21 19:00 ` [PATCH v2 4/4] rt-sched.h: do not unconditionally define syscall-numbers Henrik Austad
2015-10-22 9:43 ` John Kacur
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=1445454011-18839-1-git-send-email-haustad@cisco.com \
--to=haustad@cisco.com \
--cc=henrik@austad.us \
--cc=jkacur@redhat.com \
--cc=linux-rt-users@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 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).