From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6148 invoked by alias); 8 Mar 2012 23:23:02 -0000 Received: (qmail 6116 invoked by uid 426); 8 Mar 2012 23:23:01 -0000 Date: Thu, 08 Mar 2012 23:23:00 -0000 Message-ID: <20120308232301.6105.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.7-92-gebbfed0 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8fa5f2719e4ec115486e69364e110a5048c7dfd7 X-Git-Newrev: ebbfed0c51bade7cd4f92d7c754156a9f09fc4f9 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-q1/txt/msg00152.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 ebbfed0c51bade7cd4f92d7c754156a9f09fc4f9 (commit) from 8fa5f2719e4ec115486e69364e110a5048c7dfd7 (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 ebbfed0c51bade7cd4f92d7c754156a9f09fc4f9 Author: Frank Ch. Eigler Date: Thu Mar 8 18:20:42 2012 -0500 PR13819: avoid warning on CONFIG_DEBUG_PER_CPU_MAPS=y * translate.cxx (c_unparser::emit_module_exit): Use for_each_possible_cpu instead of NR_CPU iteration, even though that should not matter. ----------------------------------------------------------------------- Summary of changes: translate.cxx | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool