summaryrefslogtreecommitdiff
path: root/debian/patches/upstreamme0005-Disable-the-kernel-tracing-system-XPR.patch
blob: cfca3b7f202349ca785b1e6a254e6d70c1b44148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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/5] 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