]> git.proxmox.com Git - qemu.git/blobdiff - include/exec/cpu-all.h
exec: Reduce ifdeffery around -mem-path
[qemu.git] / include / exec / cpu-all.h
index a407b50f4a0e9f343211460c0d12e55ffc199e0e..b6998f055a2dd51ed922bc17271805c4a9e63c11 100644 (file)
@@ -453,9 +453,7 @@ typedef struct RAMBlock {
      * Writes must take both locks.
      */
     QTAILQ_ENTRY(RAMBlock) next;
-#if defined(__linux__) && !defined(TARGET_S390X)
     int fd;
-#endif
 } RAMBlock;
 
 typedef struct RAMList {