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-devel

[Xen-devel] mm: PTFILTER_L4 typo

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] mm: PTFILTER_L4 typo
From: Horms <horms@xxxxxxxxxxxx>
Date: Wed, 17 May 2006 15:29:31 +0900
Cc: Magnus Damm <magnus@xxxxxxxxxxxxx>
Delivery-date: Wed, 17 May 2006 03:31:45 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.11+cvs20060403
mm: PTFILTER_L4 typo

Typo: PTFILTER_l4 should be PTFILTER_L4, as it is the build fails if
CONFIG_PAGING_LEVELS >= 4 is in effect.

Signed-Off-By: Horms <horms@xxxxxxxxxxxx>

 xen/arch/x86/mm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- x/xen/arch/x86/mm.c
+++ x/xen/arch/x86/mm.c
@@ -3681,7 +3681,7 @@ int print_page_info (unsigned int pagenr
             break;
 #if CONFIG_PAGING_LEVELS >= 4
         case PGT_l4_page_table:
-            ret = PTFILTER_l4;
+            ret = PTFILTER_L4;
             type_str = "l4";
             break;
 #endif

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

<Prev in Thread] Current Thread [Next in Thread>