summary refs log tree commit diff stats
path: root/cpu-defs.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-05-03 06:59:07 +0200
committerAndreas Färber <afaerber@suse.de>2012-10-31 04:12:23 +0100
commit9f09e18a6df39ab11cd80e203c5736af1823f3b3 (patch)
treea068474121d1d07026de378123bae50bbd11cc01 /cpu-defs.h
parentf100f0b38fe43c683f437a8fa3e449d6752f6a58 (diff)
downloadfocaccia-qemu-9f09e18a6df39ab11cd80e203c5736af1823f3b3.tar.gz
focaccia-qemu-9f09e18a6df39ab11cd80e203c5736af1823f3b3.zip
cpu: Move thread_id to CPUState
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'cpu-defs.h')
-rw-r--r--cpu-defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu-defs.h b/cpu-defs.h
index b30a8e91bb..3669241faf 100644
--- a/cpu-defs.h
+++ b/cpu-defs.h
@@ -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;                                                       \
                                                                         \