WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

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

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Enable 1GB HAP support by default.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 06 Jan 2011 06:45:12 -0800
Delivery-date: Thu, 06 Jan 2011 06:45:21 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Enable 1GB HAP support by default., Xen patchbot-unstable <=