summaryrefslogtreecommitdiff
path: root/debian/patches/fix-xen0001-xen-fix-build.patch
blob: aef8a0858dc8592dadf912d9e4f6a543566a579e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From 2679136907f8b37a115e90860a066a71eaac5845 Mon Sep 17 00:00:00 2001
From: Justus Winter <justus@gnupg.org>
Date: Wed, 20 Apr 2016 15:58:10 +0200
Subject: [PATCH gnumach] xen: fix build

* xen/time.c (clkstart): Fix 'clock_interrupt' call.
---
 xen/time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/time.c b/xen/time.c
index 1e9afc8..d483405 100644
--- a/xen/time.c
+++ b/xen/time.c
@@ -138,7 +138,7 @@ clkstart()
 	hyp_evt_handler(port, hypclock_intr, 0, SPLHI);
 
 	/* first clock tick */
-	clock_interrupt(0, 0, 0);
+	clock_interrupt(0, 0, 0, 0);
 	lastnsec = hyp_get_stime();
 
 	/* 10ms tick rest */
-- 
2.1.4