diff options
| author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-07-21 23:00:21 +0200 |
|---|---|---|
| committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2015-07-21 23:00:21 +0200 |
| commit | 9661edbc2166b44e32f16e802e3317710678c6af (patch) | |
| tree | 8c947d2ca33d299745ac3ae3a26874a9ab193a61 /debian/patches/upstreamme0005-Disable-the-kernel-tracing-system-XPR.patch | |
| parent | b3c282963ac7ce7f0f9b39503a81594f2c2108dc (diff) | |
add patch series
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.patch | 26 |
1 files changed, 26 insertions, 0 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 new file mode 100644 index 0000000..cfca3b7 --- /dev/null +++ b/debian/patches/upstreamme0005-Disable-the-kernel-tracing-system-XPR.patch @@ -0,0 +1,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 + |
