]> git.proxmox.com Git - qemu.git/blobdiff - target-ppc/mem_helper.c
virtio-net: add virtio_net_set_netclient_name.
[qemu.git] / target-ppc / mem_helper.c
index 9783e52b0c5ba92cf0a3c6b636bd215a1644d2a3..d8e63ca7d2e7420f34e90a9b2f327d815d1fc781 100644 (file)
@@ -140,7 +140,7 @@ void helper_dcbz(CPUPPCState *env, target_ulong addr, uint32_t is_dcbzl)
 {
     int dcbz_size = env->dcache_line_size;
 
-#if !defined(CONFIG_USER_ONLY) && defined(TARGET_PPC64)
+#if defined(TARGET_PPC64)
     if (!is_dcbzl &&
         (env->excp_model == POWERPC_EXCP_970) &&
         ((env->spr[SPR_970_HID5] >> 7) & 0x3) == 1) {