# HG changeset patch # User yamahata@xxxxxxxxxxxxx # Date 1188217901 -32400 # Node ID 034dae71e5743f1d88b773931457f4db493cffc5 # Parent b2b904e37c102327393049c795fa5cdc8b0e3c10 now xc_ia64_get_pfn_list() isn't used anymore. make it static. PATCHNAME: make_xc_ia64_get_pfn_list_static Signed-off-by: Isaku Yamahata diff -r b2b904e37c10 -r 034dae71e574 tools/libxc/ia64/xc_ia64_stubs.c --- a/tools/libxc/ia64/xc_ia64_stubs.c Tue Aug 28 13:15:06 2007 +0900 +++ b/tools/libxc/ia64/xc_ia64_stubs.c Mon Aug 27 21:31:41 2007 +0900 @@ -17,7 +17,7 @@ xc_ia64_fpsr_default(void) return FPSR_DEFAULT; } -int +static int xc_ia64_get_pfn_list(int xc_handle, uint32_t domid, xen_pfn_t *pfn_buf, unsigned int start_page, unsigned int nr_pages) { diff -r b2b904e37c10 -r 034dae71e574 tools/libxc/xenctrl.h --- a/tools/libxc/xenctrl.h Tue Aug 28 13:15:06 2007 +0900 +++ b/tools/libxc/xenctrl.h Mon Aug 27 21:31:41 2007 +0900 @@ -672,10 +672,6 @@ int xc_get_pfn_list(int xc_handle, uint3 unsigned long xc_ia64_fpsr_default(void); -int xc_ia64_get_pfn_list(int xc_handle, uint32_t domid, - xen_pfn_t *pfn_buf, - unsigned int start_page, unsigned int nr_pages); - int xc_copy_to_domain_page(int xc_handle, uint32_t domid, unsigned long dst_pfn, const char *src_page);