summaryrefslogtreecommitdiff
path: root/include/exec/cpu-defs.h
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2012-12-17 04:22:03 +0100
committerAndreas Färber <afaerber@suse.de>2013-01-15 04:09:13 +0100
commit1b1ed8dc40635d60dd95c04658989af63542fcbf (patch)
tree8e1e93bac615d3dac4a901af9bd7d371982634da /include/exec/cpu-defs.h
parent66afd1ad5a7a25e573577ac45979d8a3213796c3 (diff)
downloadqemu-1b1ed8dc40635d60dd95c04658989af63542fcbf.tar.gz
cpu: Move numa_node field to CPUState
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include/exec/cpu-defs.h')
-rw-r--r--include/exec/cpu-defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h
index c02687b610..ce178eaa79 100644
--- a/include/exec/cpu-defs.h
+++ b/include/exec/cpu-defs.h
@@ -195,7 +195,6 @@ typedef struct CPUWatchpoint {
CPUArchState *next_cpu; /* next CPU sharing TB cache */ \
int cpu_index; /* CPU index (informative) */ \
uint32_t host_tid; /* host thread ID */ \
- int numa_node; /* NUMA node this cpu is belonging to */ \
int running; /* Nonzero if cpu is currently running(usermode). */ \
/* user data */ \
void *opaque; \