commit | 9863c28a2af90a56c088f5f6288d7f6d2c923c14 | [log] [tgz] |
---|---|---|
author | James Yang <James.Yang@freescale.com> | Wed Jul 03 16:26:47 2013 -0500 |
committer | Scott Wood <scottwood@freescale.com> | Wed Oct 16 18:51:18 2013 -0500 |
tree | 8c78c0eec82bcb7f1c2fd616c3a3c5f25f508588 | |
parent | c58ce397a62ec14b7b06c407a4173ed667e20d5f [diff] |
powerpc: Emulate sync instruction variants Reserved fields of the sync instruction have been used for other instructions (e.g. lwsync). On processors that do not support variants of the sync instruction, emulate it by executing a sync to subsume the effect of the intended instruction. Signed-off-by: James Yang <James.Yang@freescale.com> [scottwood@freescale.com: whitespace and subject line fix] Signed-off-by: Scott Wood <scottwood@freescale.com>