]> git.proxmox.com Git - mirror_qemu.git/blobdiff - cpu-defs.h
cpu: Move thread_id to CPUState
[mirror_qemu.git] / cpu-defs.h
index b30a8e91bb79bae6ea235786a6e2a079564710e5..3669241fafb956987046f633ae4d29a588cde47b 100644 (file)
@@ -201,7 +201,6 @@ typedef struct CPUWatchpoint {
     int nr_cores;  /* number of cores within this CPU package */        \
     int nr_threads;/* number of threads within this CPU */              \
     int running; /* Nonzero if cpu is currently running(usermode).  */  \
-    int thread_id;                                                      \
     /* user data */                                                     \
     void *opaque;                                                       \
                                                                         \