diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2016-03-15 12:46:10 +0100 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2016-05-19 16:42:28 +0200 |
| commit | bdd902277c784cfcc0c2e602afe79515070b9e02 (patch) | |
| tree | 431d58303515660e0c6d2f4c386b3d0b1bef085c /include/exec/cpu-common.h | |
| parent | d613f8cc336ffc81cad4898c50e7ac1997a6eef1 (diff) | |
| download | focaccia-qemu-bdd902277c784cfcc0c2e602afe79515070b9e02.tar.gz focaccia-qemu-bdd902277c784cfcc0c2e602afe79515070b9e02.zip | |
include: poison symbols in osdep.h
Ensure that all target-independent files ignore poisoned symbols, and fix the fallout. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/exec/cpu-common.h')
| -rw-r--r-- | include/exec/cpu-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h index 9e839e50cd..4f5903422e 100644 --- a/include/exec/cpu-common.h +++ b/include/exec/cpu-common.h @@ -7,10 +7,6 @@ #include "exec/hwaddr.h" #endif -#ifndef NEED_CPU_H -#include "exec/poison.h" -#endif - #include "qemu/bswap.h" #include "qemu/queue.h" #include "qemu/fprintf-fn.h" |