]> www.infradead.org Git - users/dwmw2/qemu.git/commit
PPC: e500: msync is 440 only, e500 has real sync
authorAlexander Graf <agraf@suse.de>
Thu, 19 Jan 2012 18:51:50 +0000 (19:51 +0100)
committerAlexander Graf <agraf@suse.de>
Thu, 2 Feb 2012 01:47:45 +0000 (02:47 +0100)
commit53319166318f365db3bb72cf5a80618211ecf9df
tree8f1ae4200594deb62c71668039983295a17d9932
parent2c9732dbc0df8c7c40c945b6558da8a448b8c069
PPC: e500: msync is 440 only, e500 has real sync

The e500 CPUs don't use 440's msync which falls on the same opcode IDs,
but instead use the real powerpc sync instruction. This is important,
since the invalid mask differs between the two.

Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate.c
target-ppc/translate_init.c