# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID cf05aabe6e65840cd98a97f62cecd452de1b8716
# Parent fd1d742487f84586b96833e5808397647fbfa8aa
[LIBXC][IA64] fix build warning
With warnings becoming errors, this fixes the libxc build on ia64
Signed-off-by: Alex Williamson <alex.williamson@xxxxxx>
---
tools/libxc/xc_linux_build.c | 2 --
tools/libxc/xenctrl.h | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
diff -r fd1d742487f8 -r cf05aabe6e65 tools/libxc/xc_linux_build.c
--- a/tools/libxc/xc_linux_build.c Wed Oct 25 14:48:55 2006 -0600
+++ b/tools/libxc/xc_linux_build.c Wed Oct 25 15:29:00 2006 -0600
@@ -446,8 +446,6 @@ static int setup_pg_tables_64(int xc_han
#endif
#ifdef __ia64__
-extern unsigned long xc_ia64_fpsr_default(void);
-
static int setup_guest(int xc_handle,
uint32_t dom,
const char *image, unsigned long image_size,
diff -r fd1d742487f8 -r cf05aabe6e65 tools/libxc/xenctrl.h
--- a/tools/libxc/xenctrl.h Wed Oct 25 14:48:55 2006 -0600
+++ b/tools/libxc/xenctrl.h Wed Oct 25 15:29:00 2006 -0600
@@ -525,6 +525,8 @@ int xc_get_pfn_list(int xc_handle, uint3
int xc_get_pfn_list(int xc_handle, uint32_t domid, xen_pfn_t *pfn_buf,
unsigned long max_pfns);
+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);
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|