From 33818dbc5105e058dc4e3fe09f45cd53d9b17fca Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Sun, 9 Feb 2014 11:30:43 +0100 Subject: [PATCH] Disable debug --- kernel/src/scheduler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/src/scheduler.cpp b/kernel/src/scheduler.cpp index f74e91b9..7a9bea39 100644 --- a/kernel/src/scheduler.cpp +++ b/kernel/src/scheduler.cpp @@ -24,7 +24,7 @@ #include "physical_pointer.hpp" #include "mutex.hpp" -constexpr const bool DEBUG_SCHEDULER = true; +constexpr const bool DEBUG_SCHEDULER = false; //Provided by task_switch.s extern "C" {