summary refs log tree commit diff stats
path: root/cputlb.c
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2012-09-20 16:02:51 +0300
committerAvi Kivity <avi@redhat.com>2012-10-15 11:43:05 +0200
commit7762c2c1e02e44fdc473cbe75105faba08b906cc (patch)
tree9013b33b34dd304902f2b836644e78945a95261d /cputlb.c
parent8b4a3df8081f3e6f1061ed5cbb303ad623ade66b (diff)
downloadfocaccia-qemu-7762c2c1e02e44fdc473cbe75105faba08b906cc.tar.gz
focaccia-qemu-7762c2c1e02e44fdc473cbe75105faba08b906cc.zip
memory: rename 'exec-obsolete.h'
exec-obsolete.h used to hold pre-memory-API functions that were used from
device code prior to the transition to the memory API.  Now that the
transition is complete, the name no longer describes the file.  The
functions still need to be merged better into the memory core, but there's
no danger of anyone using them.

Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'cputlb.c')
-rw-r--r--cputlb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cputlb.c b/cputlb.c
index 51b5897d37..0627f32e35 100644
--- a/cputlb.c
+++ b/cputlb.c
@@ -24,8 +24,7 @@
 
 #include "cputlb.h"
 
-#define WANT_EXEC_OBSOLETE
-#include "exec-obsolete.h"
+#include "memory-internal.h"
 
 //#define DEBUG_TLB
 //#define DEBUG_TLB_CHECK