summaryrefslogtreecommitdiffstats
path: root/include/exec/cpu-common.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-05-20 12:40:58 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2013-05-24 18:42:27 +0200
commit8b0d6711a276bdb9edcd9299b194c7c0d6b56a88 (patch)
tree9d6c1689e04607a11ca4028aac41b1ec70bf91e3 /include/exec/cpu-common.h
parentee983cb3cc8f856b408a272269f434cc9a82ceff (diff)
downloadhqemu-8b0d6711a276bdb9edcd9299b194c7c0d6b56a88.zip
hqemu-8b0d6711a276bdb9edcd9299b194c7c0d6b56a88.tar.gz
exec: eliminate stq_phys_notdirty
It is not used anywhere. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/exec/cpu-common.h')
-rw-r--r--include/exec/cpu-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h
index af851aa..af5258d 100644
--- a/include/exec/cpu-common.h
+++ b/include/exec/cpu-common.h
@@ -102,7 +102,6 @@ uint32_t lduw_phys(hwaddr addr);
uint32_t ldl_phys(hwaddr addr);
uint64_t ldq_phys(hwaddr addr);
void stl_phys_notdirty(hwaddr addr, uint32_t val);
-void stq_phys_notdirty(hwaddr addr, uint64_t val);
void stw_phys(hwaddr addr, uint32_t val);
void stl_phys(hwaddr addr, uint32_t val);
void stq_phys(hwaddr addr, uint64_t val);
OpenPOWER on IntegriCloud