]> git.proxmox.com Git - mirror_qemu.git/commit
PPC: rename msync to msync_4xx
authorAlexander Graf <agraf@suse.de>
Sat, 21 Jan 2012 02:48:58 +0000 (03:48 +0100)
committerAlexander Graf <agraf@suse.de>
Thu, 2 Feb 2012 01:47:45 +0000 (02:47 +0100)
commitdcb2b9e1003a9179650b44c747faa4e5767ce92b
treee9a610a04a2b25f627d773e1137f68ffee9b0320
parent53319166318f365db3bb72cf5a80618211ecf9df
PPC: rename msync to msync_4xx

The msync instruction as defined today is only valid on 4xx cores, not
on e500 which also supports msync, but treats it the same way as sync.

Rename it to reflect that it's 4xx only.

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