summary refs log tree commit diff stats
path: root/include/exec/poison.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2014-06-27 08:33:38 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2016-05-19 16:42:28 +0200
commita7d6039cb35592683ecc56d2b37817da2d2f8b00 (patch)
tree79f67949e7a02d202d1e877e412b2b72e8b838ed /include/exec/poison.h
parent741da0d38b40b143724de320f4ed599402eece07 (diff)
downloadfocaccia-qemu-a7d6039cb35592683ecc56d2b37817da2d2f8b00.tar.gz
focaccia-qemu-a7d6039cb35592683ecc56d2b37817da2d2f8b00.zip
cpu: move endian-dependent load/store functions to cpu-all.h
Disentangle cpu-common.h and memory.h from NEED_CPU_H.  Prototypes are
not defined for !NEED_CPU_H, so remove them from poison.h too.  Only
macros need poisoning.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/exec/poison.h')
-rw-r--r--include/exec/poison.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/exec/poison.h b/include/exec/poison.h
index a4b1eca24f..3ca7929cce 100644
--- a/include/exec/poison.h
+++ b/include/exec/poison.h
@@ -37,14 +37,6 @@
 
 #pragma GCC poison CPUArchState
 
-#pragma GCC poison lduw_phys
-#pragma GCC poison ldl_phys
-#pragma GCC poison ldq_phys
-#pragma GCC poison stl_phys_notdirty
-#pragma GCC poison stw_phys
-#pragma GCC poison stl_phys
-#pragma GCC poison stq_phys
-
 #pragma GCC poison CPU_INTERRUPT_HARD
 #pragma GCC poison CPU_INTERRUPT_EXITTB
 #pragma GCC poison CPU_INTERRUPT_HALT