From fbf8d2140778ee1c472264d90447b55bebb7f86c Mon Sep 17 00:00:00 2001 From: Steven Rostedt Date: Fri, 9 Jul 2010 15:41:44 -0400 Subject: [PATCH] --- yaml --- r: 201017 b: refs/heads/master c: 44a54f787c0abcf75a2ed49b8ec8b2b512468f73 h: refs/heads/master i: 201015: 5eee9fe2f953969ff840a24bd416288e8ad37d1e v: v3 --- [refs] | 2 +- trunk/include/linux/syscalls.h | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 6cdcad03c162..8add0a9c5e65 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 108553e1f3c45a92d23681a378ad9e4c3230eebc +refs/heads/master: 44a54f787c0abcf75a2ed49b8ec8b2b512468f73 diff --git a/trunk/include/linux/syscalls.h b/trunk/include/linux/syscalls.h index 7f614ce274a9..13ebb5413a79 100644 --- a/trunk/include/linux/syscalls.h +++ b/trunk/include/linux/syscalls.h @@ -124,7 +124,8 @@ extern struct trace_event_functions enter_syscall_print_funcs; extern struct trace_event_functions exit_syscall_print_funcs; #define SYSCALL_TRACE_ENTER_EVENT(sname) \ - static struct syscall_metadata __syscall_meta_##sname; \ + static struct syscall_metadata \ + __attribute__((__aligned__(4))) __syscall_meta_##sname; \ static struct ftrace_event_call \ __attribute__((__aligned__(4))) event_enter_##sname; \ static struct ftrace_event_call __used \ @@ -138,7 +139,8 @@ extern struct trace_event_functions exit_syscall_print_funcs; } #define SYSCALL_TRACE_EXIT_EVENT(sname) \ - static struct syscall_metadata __syscall_meta_##sname; \ + static struct syscall_metadata \ + __attribute__((__aligned__(4))) __syscall_meta_##sname; \ static struct ftrace_event_call \ __attribute__((__aligned__(4))) event_exit_##sname; \ static struct ftrace_event_call __used \