This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-153-ge14ac0e


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, master has been updated
       via  e14ac0e274c6de3fee1f74cd190ec6248f28e559 (commit)
      from  f58fac1a07da2949b9ef2d67d5068b5156536d33 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e14ac0e274c6de3fee1f74cd190ec6248f28e559
Author: David Smith <dsmith@redhat.com>
Date:   Wed Apr 11 15:01:02 2012 -0500

    Fix compile problem by changing 'stp_for_each_cpu' to 'for_each_possible_cpu'.
    
    * runtime/runtime.h: Removed stp_for_each_cpu() macro definition, since no
      longer needed (and 'cpu_possible_map' has been removed from the upstream
      kernel).
    * runtime/map-stat.c: Replaced 'stp_for_each_cpu()' with
      'for_each_possible_cpu()'.
    * runtime/map.c: Ditto.
    * runtime/perf.c: Ditto.
    * runtime/pmap-gen.c: Ditto.
    * runtime/stat.c: Ditto.
    * runtime/transport/procfs.c: Ditto.
    * translate.cxx: Ditto.

-----------------------------------------------------------------------

Summary of changes:
 runtime/map-stat.c         |    4 ++--
 runtime/map.c              |   14 +++++++-------
 runtime/perf.c             |    4 ++--
 runtime/pmap-gen.c         |    6 +++---
 runtime/runtime.h          |    4 ----
 runtime/stat.c             |    6 +++---
 runtime/transport/procfs.c |    6 +++---
 translate.cxx              |    2 +-
 8 files changed, 21 insertions(+), 25 deletions(-)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]