debuggers.hg
changeset 16611:38a45b7c6cb5
init_heap_pages() can be static.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Jan Beulich <jbeulich@novell.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Mon Dec 10 11:37:13 2007 +0000 (2007-12-10) |
parents | 207ad1afe9bb |
children | 8d5517355aa8 |
files | xen/common/page_alloc.c |
line diff
1.1 --- a/xen/common/page_alloc.c Mon Dec 10 11:34:02 2007 +0000 1.2 +++ b/xen/common/page_alloc.c Mon Dec 10 11:37:13 2007 +0000 1.3 @@ -503,7 +503,7 @@ static void free_heap_pages( 1.4 * not freeing it to the buddy allocator. 1.5 */ 1.6 #define MAX_ORDER_ALIGNED (1UL << (MAX_ORDER)) 1.7 -void init_heap_pages( 1.8 +static void init_heap_pages( 1.9 unsigned int zone, struct page_info *pg, unsigned long nr_pages) 1.10 { 1.11 unsigned int nid_curr, nid_prev;