commit | 68a1c816868b3e35a1da698af412b29e61b1948a | [log] [tgz] |
---|---|---|
author | Paul Brook <paul@codesourcery.com> | Sat May 29 02:27:35 2010 +0100 |
committer | Paul Brook <paul@codesourcery.com> | Sat May 29 02:27:35 2010 +0100 |
tree | 2f8ae184dd481d3a0e74d1de76fc7b53189fd97c | |
parent | 0be1d07c0e4fa7395aca5129cfc5bb9a0a94a78c [diff] [blame] |
Pre-allocate guest address space Allow pre-allocation of the guest virtual address space in usermode emulation. Signed-off-by: Paul Brook <paul@codesourcery.com>
diff --git a/cpu-all.h b/cpu-all.h index 47a5722..77eaf85 100644 --- a/cpu-all.h +++ b/cpu-all.h
@@ -627,6 +627,7 @@ #if defined(CONFIG_USE_GUEST_BASE) extern unsigned long guest_base; extern int have_guest_base; +extern unsigned long reserved_va; #define GUEST_BASE guest_base #else #define GUEST_BASE 0ul