summaryrefslogtreecommitdiff
path: root/debian/patches/upstreamme0005-Disable-the-kernel-tracing-system-XPR.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/upstreamme0005-Disable-the-kernel-tracing-system-XPR.patch')
-rw-r--r--debian/patches/upstreamme0005-Disable-the-kernel-tracing-system-XPR.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/debian/patches/upstreamme0005-Disable-the-kernel-tracing-system-XPR.patch b/debian/patches/upstreamme0005-Disable-the-kernel-tracing-system-XPR.patch
deleted file mode 100644
index e543000..0000000
--- a/debian/patches/upstreamme0005-Disable-the-kernel-tracing-system-XPR.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 45096a75e86dafba5647291b065d44b78bd11f9f Mon Sep 17 00:00:00 2001
-From: Justus Winter <4winter@informatik.uni-hamburg.de>
-Date: Tue, 21 Jul 2015 19:29:44 +0200
-Subject: [PATCH gnumach 5/7] Disable the kernel tracing system XPR
-
-* configfrag.ac (XPR_DEBUG): Disable tracing system.
----
- configfrag.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configfrag.ac b/configfrag.ac
-index 5df6239..e41a3a1 100644
---- a/configfrag.ac
-+++ b/configfrag.ac
-@@ -101,7 +101,7 @@ AC_DEFINE([SIMPLE_CLOCK], [0], [SIMPLE_CLOCK])
- AC_DEFINE([STAT_TIME], [1], [STAT_TIME])
-
- # Kernel tracing.
--AC_DEFINE([XPR_DEBUG], [1], [XPR_DEBUG])
-+AC_DEFINE([XPR_DEBUG], [0], [XPR_DEBUG])
-
- # Slab allocator debugging facilities.
- AC_DEFINE([SLAB_VERIFY], [0], [SLAB_VERIFY])
---
-2.1.4
-