ia64/xen-unstable
changeset 11047:493bb0265c12
[IA64] perfc compile error patch
Signed-off-by: Ken Hironaka <hironaka.ken@soft.fujitsu.com>
Signed-off-by: Ken Hironaka <hironaka.ken@soft.fujitsu.com>
author | awilliam@xenbuild.aw |
---|---|
date | Fri Aug 18 13:34:25 2006 -0600 (2006-08-18) |
parents | ed22e77a1399 |
children | d42e9a6f5378 |
files | xen/arch/ia64/xen/hypercall.c |
line diff
1.1 --- a/xen/arch/ia64/xen/hypercall.c Fri Aug 18 13:31:48 2006 -0600 1.2 +++ b/xen/arch/ia64/xen/hypercall.c Fri Aug 18 13:34:25 2006 -0600 1.3 @@ -28,6 +28,7 @@ 1.4 #include <xen/domain.h> 1.5 #include <public/callback.h> 1.6 #include <xen/event.h> 1.7 +#include <xen/perfc.h> 1.8 1.9 static long do_physdev_op_compat(XEN_GUEST_HANDLE(physdev_op_t) uop); 1.10 static long do_physdev_op(int cmd, XEN_GUEST_HANDLE(void) arg);