public inbox for systemtap-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-153-ge14ac0e
@ 2012-04-11 20:01 dsmith
  0 siblings, 0 replies; only message in thread
From: dsmith @ 2012-04-11 20:01 UTC (permalink / raw)
  To: systemtap-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-11 20:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-11 20:01 [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-153-ge14ac0e dsmith

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 read-only IMAP folder(s) and NNTP newsgroup(s).