From: Jason Wessel Date: Wed, 4 May 2011 19:35:20 +0000 (-0400) Subject: armv5 archs require write alignment X-Git-Tag: v0.13~6 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=2699970af0f4b62631da85616cbaa2252ff45756;hp=2699970af0f4b62631da85616cbaa2252ff45756;p=ust.git 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 Signed-off-by: Mathieu Desnoyers ---