[kernel][vm] squelch the debug trace spew

This commit is contained in:
Travis Geiselbrecht
2014-07-16 21:05:46 -07:00
parent 35f8e0c45e
commit 8637522be0
4 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
#include <kernel/vm.h>
#include "vm_priv.h"
#define LOCAL_TRACE 1
#define LOCAL_TRACE 0
static struct list_node aspace_list = LIST_INITIAL_VALUE(aspace_list);