diff mbox

Ignore the ms_hook_prologue attribute.

Message ID 20110821222845.GA20646@redhat.com (mailing list archive)
State Mainlined, archived
Headers show

Commit Message

Michael Stefaniuc Aug. 21, 2011, 10:28 p.m. UTC
Signed-off-by: Michael Stefaniuc <mstefani@redhat.com>
---
 parse.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Christopher Li Aug. 23, 2011, 9:23 p.m. UTC | #1
On Sun, Aug 21, 2011 at 3:28 PM, Michael Stefaniuc <mstefani@redhat.com> wrote:
>
> Signed-off-by: Michael Stefaniuc <mstefani@redhat.com>

Applied.

Can you add a test case for that as well?

Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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",