aboutsummaryrefslogtreecommitdiffstats
path: root/extras/mini-os/include/x86
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-17 09:16:51 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-17 09:16:51 +0000
commit5d3a4a385800111da6ea0b6e607685c0c42a37fa (patch)
treefd249b5a18cb1400c23f59166ceeb04272ee660a /extras/mini-os/include/x86
parent7d58e874105e17c7cd15c1734e66dd8ccb14d996 (diff)
downloadxen-5d3a4a385800111da6ea0b6e607685c0c42a37fa.tar.gz
xen-5d3a4a385800111da6ea0b6e607685c0c42a37fa.tar.bz2
xen-5d3a4a385800111da6ea0b6e607685c0c42a37fa.zip
[MINIOS] Event channel hypercall update for 64-bit guests.
Signed-off-by: Grzegorz Milos <gm281@cam.ac.uk>
Diffstat (limited to 'extras/mini-os/include/x86')
-rw-r--r--extras/mini-os/include/x86/x86_64/hypercall-x86_64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/mini-os/include/x86/x86_64/hypercall-x86_64.h b/extras/mini-os/include/x86/x86_64/hypercall-x86_64.h
index 6a68a10b02..159149f48b 100644
--- a/extras/mini-os/include/x86/x86_64/hypercall-x86_64.h
+++ b/extras/mini-os/include/x86/x86_64/hypercall-x86_64.h
@@ -235,9 +235,9 @@ HYPERVISOR_update_va_mapping(
static inline int
HYPERVISOR_event_channel_op(
- void *op)
+ int cmd, void *op)
{
- return _hypercall1(int, event_channel_op, op);
+ return _hypercall2(int, event_channel_op, cmd, op);
}
static inline int