memory: move obsolete exec.c functions to a private header

This will help avoid accidental usage.

Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
Avi Kivity 2011-12-15 15:25:22 +02:00
parent 0eeb06b0dd
commit 67d95c153b
4 changed files with 74 additions and 39 deletions

3
exec.c
View file

@ -57,6 +57,9 @@
#include "trace.h"
#endif
#define WANT_EXEC_OBSOLETE
#include "exec-obsolete.h"
//#define DEBUG_TB_INVALIDATE
//#define DEBUG_FLUSH
//#define DEBUG_TLB