All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] delte PAGE_ORDER_1G in pod
@ 2016-04-26  7:27 zhangcy
  2016-04-26  8:33 ` Jan Beulich
  2016-04-26 10:23 ` George Dunlap
  0 siblings, 2 replies; 9+ messages in thread
From: zhangcy @ 2016-04-26  7:27 UTC (permalink / raw)
  To: george.dunlap, keir, jbeulich, andrew.cooper3, xen-devel

PoD does not have cache list for 1GB pages.

Signed-off-by: zhangcy <zhangcy@cn.fujitsu.com>
---
 xen/arch/x86/mm/p2m-pod.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/xen/arch/x86/mm/p2m-pod.c b/xen/arch/x86/mm/p2m-pod.c
index a931f2c..89a07ee 100644
--- a/xen/arch/x86/mm/p2m-pod.c
+++ b/xen/arch/x86/mm/p2m-pod.c
@@ -122,10 +122,6 @@ p2m_pod_cache_add(struct p2m_domain *p2m,
     /* Then add to the appropriate populate-on-demand list. */
     switch ( order )
     {
-    case PAGE_ORDER_1G:
-        for ( i = 0; i < (1UL << PAGE_ORDER_1G); i += 1UL << PAGE_ORDER_2M )
-            page_list_add_tail(page + i, &p2m->pod.super);
-        break;
     case PAGE_ORDER_2M:
         page_list_add_tail(page, &p2m->pod.super);
         break;
-- 
1.7.12.4




_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-04-26 11:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-26  7:27 [PATCH] delte PAGE_ORDER_1G in pod zhangcy
2016-04-26  8:33 ` Jan Beulich
2016-04-26  8:41   ` Zhang, Chunyu
2016-04-26 10:23 ` George Dunlap
2016-04-26 10:49   ` Zhang, Chunyu
2016-04-26 10:57     ` George Dunlap
2016-04-26 11:05       ` Zhang, Chunyu
2016-04-26 11:12         ` George Dunlap
2016-04-26 11:48           ` Zhang, Chunyu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.