summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/series1
-rw-r--r--debian/patches/try-fence0001-try-fence.patch27
2 files changed, 0 insertions, 28 deletions
diff --git a/debian/patches/series b/debian/patches/series
index 6286cb0..c8a3f31 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -16,4 +16,3 @@ fix-locking0005-ipc-fix-locking-issues.patch
vm-cache-policy0001-VM-cache-policy-change.patch
vm-cache-policy0002-vm-keep-track-of-clean-pages.patch
vm-cache-policy0003-vm-evict-clean-pages-first.patch
-try-fence0001-try-fence.patch
diff --git a/debian/patches/try-fence0001-try-fence.patch b/debian/patches/try-fence0001-try-fence.patch
deleted file mode 100644
index 2a135de..0000000
--- a/debian/patches/try-fence0001-try-fence.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 83dad8de034370f216ca8123345d806ffb48c1fb Mon Sep 17 00:00:00 2001
-From: Justus Winter <4winter@informatik.uni-hamburg.de>
-Date: Mon, 7 Sep 2015 13:04:39 +0200
-Subject: [PATCH gnumach] try fence
-
----
- kern/mach_clock.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/kern/mach_clock.c b/kern/mach_clock.c
-index 655adf4..aab7010 100644
---- a/kern/mach_clock.c
-+++ b/kern/mach_clock.c
-@@ -99,8 +99,10 @@ MACRO_BEGIN \
- if (mtime != 0) { \
- mtime->check_seconds = (time)->seconds; \
- asm volatile("":::"memory"); \
-+ __sync_synchronize(); \
- mtime->microseconds = (time)->microseconds; \
- asm volatile("":::"memory"); \
-+ __sync_synchronize(); \
- mtime->seconds = (time)->seconds; \
- } \
- MACRO_END
---
-2.1.4
-