From 17e8de7e1878bbd45f3e268932e997496ddbbfe7 Mon Sep 17 00:00:00 2001 From: Tom Musta Date: Thu, 22 Aug 2013 09:25:28 -0500 Subject: [PATCH] powerpc: Unaligned stores and stmw are broken in emulation code The stmw instruction was incorrectly decoded as an update form instruction and thus the RA register was being clobbered. Also, the utility routine to write memory to unaligned addresses breaks the operation into smaller aligned accesses but was incorrectly incrementing the address by only one; it needs to increment the address by the size of the smaller aligned chunk. Signed-off-by: Tom Musta Signed-off-by: Benjamin Herrenschmidt --- Reading git-format-patch failed