summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2015-07-21 19:29:44 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2015-07-25 04:00:43 +0200
commitfc3938f2b5741fb973da96f5a40f8137655f9d6b (patch)
treef466d0d29ad354f10e3049350059bda9e33a2f4e
parent6db6bf440bf4187d38484c97eccb0592de5743de (diff)
Disable the kernel tracing system XPR
* configfrag.ac (XPR_DEBUG): Disable tracing system.
-rw-r--r--configfrag.ac2
1 files changed, 1 insertions, 1 deletions
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])