mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
KVM: ppc: ifdef iccci with CONFIG_44x
E500 deosn't support this instruction. Signed-off-by: Liu Yu <yu.liu@freescale.com> Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
366d4b9b9f
commit
17c885eb5c
@ -347,7 +347,9 @@ lightweight_exit:
|
|||||||
lwz r3, VCPU_SHADOW_PID(r4)
|
lwz r3, VCPU_SHADOW_PID(r4)
|
||||||
mtspr SPRN_PID, r3
|
mtspr SPRN_PID, r3
|
||||||
|
|
||||||
|
#ifdef CONFIG_44x
|
||||||
iccci 0, 0 /* XXX hack */
|
iccci 0, 0 /* XXX hack */
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Load some guest volatiles. */
|
/* Load some guest volatiles. */
|
||||||
lwz r0, VCPU_GPR(r0)(r4)
|
lwz r0, VCPU_GPR(r0)(r4)
|
||||||
|
Loading…
Reference in New Issue
Block a user