target-sparc: ignore writes to UA2005 CPU mondo queue register

Backports commit 2f1b52920205863024cc86007e88557f4c2c898e from qemu
This commit is contained in:
Artyom Tarasenko 2018-03-01 21:25:21 -05:00 committed by Lioncash
parent 0c5a21230f
commit c43a89b2bc
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -1630,6 +1630,7 @@ void helper_st_asi(CPUSPARCState *env, target_ulong addr, target_ulong val,
case ASI_INTR_RECEIVE: /* Interrupt data receive */
env->ivec_status = val & 0x20;
return;
case ASI_QUEUE: /* UA2005 CPU mondo queue */
case ASI_DCACHE_DATA: /* D-cache data */
case ASI_DCACHE_TAG: /* D-cache tag access */
case ASI_ESTATE_ERROR_EN: /* E-cache error enable */