aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@hp.com>2007-09-06 15:04:07 -0600
committerAlex Williamson <alex.williamson@hp.com>2007-09-06 15:04:07 -0600
commite12209779415c9c66688503e97dcc7d6b1d40351 (patch)
tree10e59641aa3cf57e6b148ffc17cd12c523c36f06 /tools
parent567b0538118a203ad633e9034470b786f81f9678 (diff)
downloadxen-e12209779415c9c66688503e97dcc7d6b1d40351.tar.gz
xen-e12209779415c9c66688503e97dcc7d6b1d40351.tar.bz2
xen-e12209779415c9c66688503e97dcc7d6b1d40351.zip
[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>
Diffstat (limited to 'tools')
-rw-r--r--tools/libxc/ia64/xc_ia64_stubs.c2
-rw-r--r--tools/libxc/xenctrl.h4
2 files changed, 1 insertions, 5 deletions
diff --git a/tools/libxc/ia64/xc_ia64_stubs.c b/tools/libxc/ia64/xc_ia64_stubs.c
index e2307ac2d3..61446b9957 100644
--- a/tools/libxc/ia64/xc_ia64_stubs.c
+++ b/tools/libxc/ia64/xc_ia64_stubs.c
@@ -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 --git a/tools/libxc/xenctrl.h b/tools/libxc/xenctrl.h
index 591e6c25a3..0df9be8e30 100644
--- a/tools/libxc/xenctrl.h
+++ b/tools/libxc/xenctrl.h
@@ -672,10 +672,6 @@ int xc_get_pfn_list(int xc_handle, uint32_t domid, uint64_t *pfn_buf,
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);