summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <justus@gnupg.org>2016-04-20 15:59:47 +0200
committerJustus Winter <justus@gnupg.org>2016-04-20 15:59:47 +0200
commit3a505eb4eeec7f8a49618c872aca9ebe93662777 (patch)
treee9405217c78da6fd1af306927063a84df153828b
parent1ff1a4469305263db9c9413b2a57b4e581e55b18 (diff)
add patch series
-rw-r--r--debian/patches/fix-xen0001-xen-fix-build.patch26
-rw-r--r--debian/patches/series1
2 files changed, 27 insertions, 0 deletions
diff --git a/debian/patches/fix-xen0001-xen-fix-build.patch b/debian/patches/fix-xen0001-xen-fix-build.patch
new file mode 100644
index 0000000..aef8a08
--- /dev/null
+++ b/debian/patches/fix-xen0001-xen-fix-build.patch
@@ -0,0 +1,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
+
diff --git a/debian/patches/series b/debian/patches/series
index cfe9db5..9c26592 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -11,3 +11,4 @@ sysenter0001-yyy-sysenter-prototype.patch
700001-70_new_dde.patch.patch
700002-Port-Samuels-fix.patch
+fix-xen0001-xen-fix-build.patch