]> git.proxmox.com Git - qemu.git/blobdiff - include/exec/cpu-defs.h
cpu: Move numa_node field to CPUState
[qemu.git] / include / exec / cpu-defs.h
index c02687b6108ea2e4f5bc1d2108c7ca2b77df9fcf..ce178eaa79062f674505acd40b8224968d743dd7 100644 (file)
@@ -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;                                                       \