commit | 985023dee6e212493831431ba2e3ce8918f001b2 | [log] [tgz] |
---|---|---|
author | Richard Kennedy <richard@rsk.demon.co.uk> | Thu Mar 25 11:27:36 2010 +0000 |
committer | Steven Rostedt <rostedt@goodmis.org> | Tue Jul 20 21:58:44 2010 -0400 |
tree | 7b8afee8eed100ff3ab1069504598445e644fe05 | |
parent | e870e9a1240bcef1157ffaaf71dac63362e71904 [diff] |
trace: Reorder struct ring_buffer_per_cpu to remove padding on 64bit Reorder structure to remove 8 bytes of padding on 64 bit builds. This shrinks the size to 128 bytes so allowing allocation from a smaller slab & needed one fewer cache lines. Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk> LKML-Reference: <1269516456.2054.8.camel@localhost> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>