From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757105AbZCEXXZ (ORCPT ); Thu, 5 Mar 2009 18:23:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757040AbZCEXXL (ORCPT ); Thu, 5 Mar 2009 18:23:11 -0500 Received: from smtp.polymtl.ca ([132.207.4.11]:33021 "EHLO smtp.polymtl.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757024AbZCEXXJ (ORCPT ); Thu, 5 Mar 2009 18:23:09 -0500 Message-Id: <20090305225517.487625792@polymtl.ca> References: <20090305224728.947235917@polymtl.ca> User-Agent: quilt/0.46-1 Date: Thu, 05 Mar 2009 17:47:54 -0500 From: Mathieu Desnoyers To: Linus Torvalds , Ingo Molnar , linux-kernel@vger.kernel.org, Andrew Morton , Steven Rostedt , ltt-dev@lists.casi.polymtl.ca, Peter Zijlstra , Frederic Weisbecker , Arjan van de Ven , Pekka Paalanen , Arnaldo Carvalho de Melo , "H. Peter Anvin" , Martin Bligh , "Frank Ch. Eigler" , Tom Zanussi , Masami Hiramatsu , KOSAKI Motohiro , Jason Baron , Christoph Hellwig , Jiaying Zhang , Eduard - Gabriel Munteanu , mrubin@google.com, md@google.com Cc: Mathieu Desnoyers Subject: [RFC patch 26/41] Marers remove old comment Content-Disposition: inline; filename=markers-remove-old-comment.patch X-Poly-FromMTA: (test.casi.polymtl.ca [132.207.72.60]) at Thu, 5 Mar 2009 23:14:13 +0000 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > + * Note : the empty asm volatile with read constraint is used here instead of a > > + * "used" attribute to fix a gcc 4.1.x bug. > > There seems no empty asm... Signed-off-by: Mathieu Desnoyers --- include/linux/marker.h | 2 -- 1 file changed, 2 deletions(-) Index: linux-2.6-lttng/include/linux/marker.h =================================================================== --- linux-2.6-lttng.orig/include/linux/marker.h 2009-02-06 15:21:25.000000000 -0500 +++ linux-2.6-lttng/include/linux/marker.h 2009-02-06 15:21:30.000000000 -0500 @@ -73,8 +73,6 @@ struct marker { _DEFINE_MARKER(name, #tp_name, tp_cb, format) /* - * Note : the empty asm volatile with read constraint is used here instead of a - * "used" attribute to fix a gcc 4.1.x bug. * Make sure the alignment of the structure in the __markers section will * not add unwanted padding between the beginning of the section and the * structure. Force alignment to the same alignment as the section start. -- Mathieu Desnoyers OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68