From fc3938f2b5741fb973da96f5a40f8137655f9d6b 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: 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 5df6239d..e41a3a1c 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]) -- cgit v1.2.3