[ltt-dev] [PATCH 0/5] Add S390 support

Jan Blunck jblunck at suse.de
Wed Jun 17 08:09:24 EDT 2009


Hey Mathieu,

this patchset adds support for the S390 architecture. The atomic exchange is
implemented from scratch and released under LGPL.

Architectures that don't have their own api.h header (like S390) use the GCC
primitives instead. I was too lazy to implement one for S390 so I used the
patch provided by Paul.

Thanks,
Jan

Jan Blunck (4):
  Add S390 architecture specific headers
  api.h is only needed by urcutorture
  Add S390 support
  s390: Fix some compiler warnings

Paul E. McKenney (1):
  URCU's api_*.h

 Makefile           |   24 +-
 api_gcc.h          | 1328 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 api_ppc.h          |   51 +--
 api_x86.h          |   53 +--
 arch_atomic_s390.h |   90 ++++
 arch_s390.h        |   70 +++
 rcutorture.h       |    1 +
 7 files changed, 1515 insertions(+), 102 deletions(-)
 create mode 100644 api_gcc.h
 create mode 100644 arch_atomic_s390.h
 create mode 100644 arch_s390.h





More information about the lttng-dev mailing list