|
From: | Richard Henderson |
Subject: | Re: [PATCH v6 1/2] target/s390x: Implement the MVPG condition-code-option bit |
Date: | Fri, 12 Mar 2021 19:27:21 -0600 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 |
On 3/11/21 1:44 PM, David Hildenbrand wrote:
+ if (exc) { +#if !defined(CONFIG_USER_ONLY) + if (exc == PGM_PROTECTION) { + stq_phys(env_cpu(env)->as, + env->psa + offsetof(LowCore, trans_exc_code), + env->tlb_fill_tec); + tcg_s390_program_interrupt(env, PGM_PROTECTION, ra); + } +#endif + return 1; + }
Only the lo-core store should be within the ifdef. Otherwise, Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |