qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v3 3/3] target/ppc: changed ppc_hash64_xlate to use mmu_idx


From: Richard Henderson
Subject: Re: [PATCH v3 3/3] target/ppc: changed ppc_hash64_xlate to use mmu_idx
Date: Fri, 25 Jun 2021 22:45:38 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 6/24/21 1:21 PM, Bruno Larsen (billionai) wrote:
  /* Check Basic Storage Protection */
-static int ppc_hash64_pte_prot(PowerPCCPU *cpu,
+static int ppc_hash64_pte_prot(PowerPCCPU *cpu, int mmu_idx,
                                 ppc_slb_t *slb, ppc_hash_pte64_t pte)
  {
-    CPUPPCState *env = &cpu->env;
      unsigned pp, key;

cpu argument is no longer used.

Otherwise,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]