debuggers.hg
changeset 22690:fece73d4d309
Enable 1GB HAP support by default.
Signed-off-by: Allen Kay <allen.m.kay@intel.com>
Signed-off-by: Allen Kay <allen.m.kay@intel.com>
author | Tim Deegan <Tim.Deegan@citrix.com> |
---|---|
date | Wed Jan 05 09:41:28 2011 +0000 (2011-01-05) |
parents | 285a8f8d217e |
children | 76d897a06b31 |
files | xen/arch/x86/mm/p2m.c |
line diff
1.1 --- a/xen/arch/x86/mm/p2m.c Tue Jan 04 15:40:00 2011 +0000 1.2 +++ b/xen/arch/x86/mm/p2m.c Wed Jan 05 09:41:28 2011 +0000 1.3 @@ -39,8 +39,8 @@ 1.4 #define P2M_AUDIT 0 1.5 #define P2M_DEBUGGING 0 1.6 1.7 -/* turn on/off 1GB host page table support for hap */ 1.8 -static bool_t __read_mostly opt_hap_1gb; 1.9 +/* turn on/off 1GB host page table support for hap, default on */ 1.10 +static bool_t __read_mostly opt_hap_1gb = 1; 1.11 boolean_param("hap_1gb", opt_hap_1gb); 1.12 1.13 /* Printouts */