diff options
author | Justus Winter <justus@gnupg.org> | 2016-04-20 16:15:39 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2016-04-20 16:15:39 +0200 |
commit | e48a20f32c43a3c679c34b59978fb77a0efc44b9 (patch) | |
tree | f9596a6dd350a176a6b20197049cfc7ae3d00be4 /debian/patches | |
parent | 3a505eb4eeec7f8a49618c872aca9ebe93662777 (diff) |
drop old patch series
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/fix-xen0001-xen-fix-build.patch | 26 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 0 insertions, 27 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 - diff --git a/debian/patches/series b/debian/patches/series index 9c26592..cfe9db5 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -11,4 +11,3 @@ sysenter0001-yyy-sysenter-prototype.patch 700001-70_new_dde.patch.patch 700002-Port-Samuels-fix.patch -fix-xen0001-xen-fix-build.patch |