ia64/xen-unstable
changeset 15847:192f2df46e67
[IA64] Foreign p2m: make xc_ia64_get_pfn_list() static
Now xc_ia64_get_pfn_list() isn't used anymore. Make it static.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Now xc_ia64_get_pfn_list() isn't used anymore. Make it static.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
author | Alex Williamson <alex.williamson@hp.com> |
---|---|
date | Thu Sep 06 15:04:07 2007 -0600 (2007-09-06) |
parents | e7c143aafbc1 |
children | f16bff0934d7 |
files | tools/libxc/ia64/xc_ia64_stubs.c tools/libxc/xenctrl.h |
line diff
1.1 --- a/tools/libxc/ia64/xc_ia64_stubs.c Thu Sep 06 15:36:13 2007 -0600 1.2 +++ b/tools/libxc/ia64/xc_ia64_stubs.c Thu Sep 06 15:04:07 2007 -0600 1.3 @@ -17,7 +17,7 @@ xc_ia64_fpsr_default(void) 1.4 return FPSR_DEFAULT; 1.5 } 1.6 1.7 -int 1.8 +static int 1.9 xc_ia64_get_pfn_list(int xc_handle, uint32_t domid, xen_pfn_t *pfn_buf, 1.10 unsigned int start_page, unsigned int nr_pages) 1.11 {
2.1 --- a/tools/libxc/xenctrl.h Thu Sep 06 15:36:13 2007 -0600 2.2 +++ b/tools/libxc/xenctrl.h Thu Sep 06 15:04:07 2007 -0600 2.3 @@ -672,10 +672,6 @@ int xc_get_pfn_list(int xc_handle, uint3 2.4 2.5 unsigned long xc_ia64_fpsr_default(void); 2.6 2.7 -int xc_ia64_get_pfn_list(int xc_handle, uint32_t domid, 2.8 - xen_pfn_t *pfn_buf, 2.9 - unsigned int start_page, unsigned int nr_pages); 2.10 - 2.11 int xc_copy_to_domain_page(int xc_handle, uint32_t domid, 2.12 unsigned long dst_pfn, const char *src_page); 2.13