From patchwork Sun Aug 21 22:28:45 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Stefaniuc X-Patchwork-Id: 1083892 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p7LMSsLx018294 for ; Sun, 21 Aug 2011 22:28:55 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755972Ab1HUW2r (ORCPT ); Sun, 21 Aug 2011 18:28:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1027 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755968Ab1HUW2r (ORCPT ); Sun, 21 Aug 2011 18:28:47 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p7LMSlRD006401 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sun, 21 Aug 2011 18:28:47 -0400 Received: from brasov.str.redhat.com (brasov.str.redhat.com [10.32.0.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p7LMSktw002833 for ; Sun, 21 Aug 2011 18:28:46 -0400 Received: by brasov.str.redhat.com (Postfix, from userid 2500) id CE8CC30522; Mon, 22 Aug 2011 00:28:45 +0200 (CEST) Date: Mon, 22 Aug 2011 00:28:45 +0200 From: Michael Stefaniuc To: linux-sparse@vger.kernel.org Subject: [PATCH] Ignore the ms_hook_prologue attribute. Message-ID: <20110821222845.GA20646@redhat.com> Mime-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 Sender: linux-sparse-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sparse@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Sun, 21 Aug 2011 22:28:55 +0000 (UTC) Signed-off-by: Michael Stefaniuc --- parse.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/parse.c b/parse.c index 082c2c4..5435f6d 100644 --- a/parse.c +++ b/parse.c @@ -533,6 +533,8 @@ const char *ignored_attributes[] = { "__model__", "ms_abi", "__ms_abi__", + "ms_hook_prologue", + "__ms_hook_prologue__", "naked", "__naked__", "no_instrument_function",