projects
/
barrelfish
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a8e991b
)
disablibg debug for NUMA
author
Reto Achermann
<reto.achermann@inf.ethz.ch>
Tue, 6 Jan 2015 13:37:54 +0000 (14:37 +0100)
committer
Reto Achermann
<reto.achermann@inf.ethz.ch>
Mon, 12 Jan 2015 15:53:40 +0000 (16:53 +0100)
lib/numa/numa_debug.h
patch
|
blob
|
history
diff --git
a/lib/numa/numa_debug.h
b/lib/numa/numa_debug.h
index
29c8aca
..
13dfc0f
100644
(file)
--- a/
lib/numa/numa_debug.h
+++ b/
lib/numa/numa_debug.h
@@
-22,7
+22,7
@@
#ifndef NUMA_DEBUG_H_
#define NUMA_DEBUG_H_
-#define NUMA_DEBUG_ENABLED 1
+#define NUMA_DEBUG_ENABLED 0
#if NUMA_DEBUG_ENABLED
#define NUMA_DEBUG_PRINT(x...) debug_printf(x);