Move source tree closer to the 2.6.32.17 mainline
/include/trace/ftrace.h
blob:dacb8ef6700071238a3293799f57610909c6f22f -> blob:4b6a4a3001677d1482caac5df7e1d6167dd025c2
--- include/trace/ftrace.h
+++ include/trace/ftrace.h
@@ -43,7 +43,8 @@
tstruct \
char __data[0]; \
}; \
- static struct ftrace_event_call event_##name
+ static struct ftrace_event_call \
+ __attribute__((__aligned__(4))) event_##name
#undef __cpparg
#define __cpparg(arg...) arg