summaryrefslogtreecommitdiff
path: root/kernel/ringbuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/ringbuffer.c')
-rw-r--r--kernel/ringbuffer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/ringbuffer.c b/kernel/ringbuffer.c
index cba7eb4..181679a 100644
--- a/kernel/ringbuffer.c
+++ b/kernel/ringbuffer.c
@@ -3,8 +3,6 @@
#include "ringbuffer.h"
-
-
// TODO: this is disabled because a kb interrupt can occur anytime
// and the kernel will need to access the ringbuffer while we are accessing!
// DO WE need a spinlock in general? do not use a global one anyway!!!!