[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] mm: PTFILTER_L4 typo
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
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |