From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16580 invoked by alias); 11 Apr 2012 20:01:38 -0000 Received: (qmail 16530 invoked by uid 9156); 11 Apr 2012 20:01:37 -0000 Date: Wed, 11 Apr 2012 20:01:00 -0000 Message-ID: <20120411200136.16518.qmail@sourceware.org> From: dsmith@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-153-ge14ac0e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f58fac1a07da2949b9ef2d67d5068b5156536d33 X-Git-Newrev: e14ac0e274c6de3fee1f74cd190ec6248f28e559 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2012-q2/txt/msg00010.txt.bz2 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 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