debuggers.hg
changeset 19698:649226acc47e
[IA64] adjust ia64 xc_domain_restore() signature
This patch fixes the following error.
ia64/xc_ia64_linux_restore.c:546: error: conflicting types for
xc_domain_restore
./xenguest.h:49: error: previous declaration of xc_domain_restore was
here
make[4]: *** [ia64/xc_ia64_linux_restore.o] Error 1
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
This patch fixes the following error.
ia64/xc_ia64_linux_restore.c:546: error: conflicting types for
xc_domain_restore
./xenguest.h:49: error: previous declaration of xc_domain_restore was
here
make[4]: *** [ia64/xc_ia64_linux_restore.o] Error 1
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Wed May 27 12:00:51 2009 +0100 (2009-05-27) |
parents | 411ecf6d1f19 |
children | 326b24bfa9f9 |
files | tools/libxc/ia64/xc_ia64_linux_restore.c |
line diff
1.1 --- a/tools/libxc/ia64/xc_ia64_linux_restore.c Wed May 27 12:00:32 2009 +0100 1.2 +++ b/tools/libxc/ia64/xc_ia64_linux_restore.c Wed May 27 12:00:51 2009 +0100 1.3 @@ -540,9 +540,9 @@ xc_ia64_hvm_domain_setup(int xc_handle, 1.4 1.5 int 1.6 xc_domain_restore(int xc_handle, int io_fd, uint32_t dom, 1.7 - unsigned int store_evtchn, unsigned long *store_mfn, 1.8 - unsigned int console_evtchn, unsigned long *console_mfn, 1.9 - unsigned int hvm, unsigned int pae) 1.10 + unsigned int store_evtchn, unsigned long *store_mfn, 1.11 + unsigned int console_evtchn, unsigned long *console_mfn, 1.12 + unsigned int hvm, unsigned int pae, int superpages) 1.13 { 1.14 DECLARE_DOMCTL; 1.15 int rc = 1;