summaryrefslogtreecommitdiff
path: root/exec-all.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2012-10-16 17:30:14 +1000
committerBlue Swirl <blauwirbel@gmail.com>2012-10-20 07:54:04 +0000
commit74d590c8e930e42832711604ef0ffd7df6bd5873 (patch)
treea30620f4ebbbceb22cd4b93ea070f75cca1a9d08 /exec-all.h
parent4438c8a9469d79fa2c58189418befb506da54d97 (diff)
downloadqemu-74d590c8e930e42832711604ef0ffd7df6bd5873.tar.gz
exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c
It is used nowhere else, and the corresponding MAX_CODE_GEN_BUFFER_SIZE also lives there. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'exec-all.h')
-rw-r--r--exec-all.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/exec-all.h b/exec-all.h
index f7f649ee61..16caf49db7 100644
--- a/exec-all.h
+++ b/exec-all.h
@@ -121,8 +121,6 @@ static inline void tlb_flush(CPUArchState *env, int flush_global)
#define CODE_GEN_PHYS_HASH_BITS 15
#define CODE_GEN_PHYS_HASH_SIZE (1 << CODE_GEN_PHYS_HASH_BITS)
-#define MIN_CODE_GEN_BUFFER_SIZE (1024 * 1024)
-
/* estimated block size for TB allocation */
/* XXX: use a per code average code fragment size and modulate it
according to the host CPU */