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.hender...@linaro.org>

r~

Reply via email to