diff options
author | James Hogan <james.hogan@imgtec.com> | 2012-05-30 11:11:19 (GMT) |
---|---|---|
committer | James Hogan <james.hogan@imgtec.com> | 2013-03-02 20:09:16 (GMT) |
commit | 649508f684751122aa302ab10f0f06cb4a88415b (patch) | |
tree | c8e4852f2470f6068880d4509d2d3a510104c9c6 /samples/rpmsg | |
parent | c19fa94a8fed72754e81800dfa14af6daaf6d331 (diff) | |
download | linux-649508f684751122aa302ab10f0f06cb4a88415b.tar.xz |
trace/ring_buffer: handle 64bit aligned structs
Some 32 bit architectures require 64 bit values to be aligned (for
example Meta which has 64 bit read/write instructions). These require 8
byte alignment of event data too, so use
!CONFIG_HAVE_64BIT_ALIGNED_ACCESS instead of !CONFIG_64BIT ||
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS to decide alignment, and align
buffer_data_page::data accordingly.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@redhat.com>
Acked-by: Steven Rostedt <rostedt@goodmis.org> (previous version subtly different)
Diffstat (limited to 'samples/rpmsg')
0 files changed, 0 insertions, 0 deletions