armv5 archs require write alignment
authorJason Wessel <jason.wessel@windriver.com>
Wed, 4 May 2011 19:35:20 +0000 (15:35 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 4 May 2011 19:35:20 +0000 (15:35 -0400)
commit2699970af0f4b62631da85616cbaa2252ff45756
treec80f52d7fa40ee78b34339e815ef59c40da0436a
parentf191dcb40aecc979da4f0e1c41fd55a116e6db19
armv5 archs require write alignment

Reads and writes to unsigned int 32 bit numbers must be address
aligned or the l2 cache can return junk in the high order 16 bits on
reads.

This patch activates the original work done for alignment in ltt for
the UST code.  The config.ac changes will isolate the use of alignment
to the known arch type with the problem.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
include/Makefile.am
include/ust/config.h.in [new file with mode: 0644]
include/ust/core.h
This page took 0.023361 seconds and 4 git commands to generate.