summaryrefslogtreecommitdiff
path: root/debian/patches/fix-xen0001-xen-fix-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/fix-xen0001-xen-fix-build.patch')
-rw-r--r--debian/patches/fix-xen0001-xen-fix-build.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/fix-xen0001-xen-fix-build.patch b/debian/patches/fix-xen0001-xen-fix-build.patch
deleted file mode 100644
index aef8a08..0000000
--- a/debian/patches/fix-xen0001-xen-fix-build.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-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
-