Add extra pages in the pseudo-physical address space to the balloon so we can extend into them later. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			154 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			154 B
			
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _XEN_PAGE_H
 | 
						|
#define _XEN_PAGE_H
 | 
						|
 | 
						|
#include <asm/xen/page.h>
 | 
						|
 | 
						|
extern phys_addr_t xen_extra_mem_start, xen_extra_mem_size;
 | 
						|
 | 
						|
#endif	/* _XEN_PAGE_H */
 |