[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-unstable] Enable 1GB HAP support by default.



# HG changeset patch
# User Tim Deegan <Tim.Deegan@xxxxxxxxxx>
# Date 1294220488 0
# Node ID fece73d4d30985ce40ef87dcd379ce6beb8aadf3
# Parent  285a8f8d217e062b34888185acd592bc6fee1561
Enable 1GB HAP support by default.

Signed-off-by: Allen Kay <allen.m.kay@xxxxxxxxx>
---
 xen/arch/x86/mm/p2m.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -r 285a8f8d217e -r fece73d4d309 xen/arch/x86/mm/p2m.c
--- a/xen/arch/x86/mm/p2m.c     Tue Jan 04 15:40:00 2011 +0000
+++ b/xen/arch/x86/mm/p2m.c     Wed Jan 05 09:41:28 2011 +0000
@@ -39,8 +39,8 @@
 #define P2M_AUDIT     0
 #define P2M_DEBUGGING 0
 
-/* turn on/off 1GB host page table support for hap */
-static bool_t __read_mostly opt_hap_1gb;
+/* turn on/off 1GB host page table support for hap, default on */
+static bool_t __read_mostly opt_hap_1gb = 1;
 boolean_param("hap_1gb", opt_hap_1gb);
 
 /* Printouts */

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.