]> git.proxmox.com Git - qemu.git/blobdiff - include/exec/cpu-defs.h
cpu: Make first_cpu and next_cpu CPUState
[qemu.git] / include / exec / cpu-defs.h
index c4ac929875132929250549872d8ae8df00bdea8f..39094b3f48fa2516230c9763aa954eff4b75a7db 100644 (file)
@@ -181,7 +181,6 @@ typedef struct CPUWatchpoint {
     sigjmp_buf jmp_env;                                                 \
     int exception_index;                                                \
                                                                         \
-    CPUArchState *next_cpu; /* next CPU sharing TB cache */                 \
     /* user data */                                                     \
     void *opaque;                                                       \
                                                                         \