From ecc523710a45b2301866b023435517600aec09b9 Mon Sep 17 00:00:00 2001 From: "Liu, Jinsong" Date: Fri, 14 Jan 2011 15:47:01 +0000 Subject: PoD: Fix two code comments Signed-off-by: Liu, Jinsong Acked-by: George Dunlap --- xen/include/xen/sched.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xen/include/xen/sched.h') diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h index 5087781710..c5def0b03f 100644 --- a/xen/include/xen/sched.h +++ b/xen/include/xen/sched.h @@ -209,7 +209,7 @@ struct domain spinlock_t domain_lock; spinlock_t page_alloc_lock; /* protects all the following fields */ - struct page_list_head page_list; /* linked list, of size tot_pages */ + struct page_list_head page_list; /* linked list */ struct page_list_head xenpage_list; /* linked list (size xenheap_pages) */ unsigned int tot_pages; /* number of pages currently possesed */ unsigned int max_pages; /* maximum value for tot_pages */ -- cgit v1.2.3