tracing: Align 4 byte ints together in struct tracer

Move elements in struct tracer for better alignment.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
tirimbino
Steven Rostedt 14 years ago committed by Steven Rostedt
parent 56355b83e2
commit 9a24470b28
  1. 2
      kernel/trace/trace.h

@ -272,8 +272,8 @@ struct tracer {
/* If you handled the flag setting, return 0 */
int (*set_flag)(u32 old_flags, u32 bit, int set);
struct tracer *next;
int print_max;
struct tracer_flags *flags;
int print_max;
int use_max_tr;
};

Loading…
Cancel
Save