arm: Enable mmu tracing. (We're going to need it for a while)

This commit is contained in:
Alexander von Gluck IV 2017-07-10 15:16:55 -05:00
parent f2ed9d80f6
commit a01d0e5ae5

View File

@ -30,7 +30,7 @@ extern "C" {
};
//#define TRACE_MMU
#define TRACE_MMU
#ifdef TRACE_MMU
# define TRACE(x) dprintf x
#else