linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Android/Bionic cleanup patches
@ 2015-10-21 13:48 Henrik Austad
  2015-10-21 13:48 ` [PATCH 1/4] Android: clean up the bypass ifdeffery Henrik Austad
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Henrik Austad @ 2015-10-21 13:48 UTC (permalink / raw)
  To: linux-rt-users; +Cc: Henrik Austad

From: Henrik Austad <henrik@austad.us>

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.

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                    |  2 +-
 src/arch/android/Makefile   | 25 +++++++++++++++++++++++++
 src/arch/bionic/Makefile    | 25 -------------------------
 src/cyclictest/cyclictest.c | 25 +++----------------------
 src/include/bionic.h        | 32 ++++++++++++++++++++++++++++++++
 src/include/rt-sched.h      |  4 ++++
 6 files changed, 65 insertions(+), 48 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-10-21 16:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-21 13:48 [PATCH 0/4] Android/Bionic cleanup patches Henrik Austad
2015-10-21 13:48 ` [PATCH 1/4] Android: clean up the bypass ifdeffery Henrik Austad
2015-10-21 16:39   ` John Kacur
2015-10-21 13:49 ` [PATCH 2/4] android: rename arch from bionic to android Henrik Austad
2015-10-21 13:49 ` [PATCH 3/4] android: Expand match for android in ostype Henrik Austad
2015-10-21 13:49 ` [PATCH 4/4] rt-sched.h: do not unconditionally define syscall-numbers Henrik Austad

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).