summaryrefslogtreecommitdiff
path: root/kernel/interrupts.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-04 15:16:13 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-04 15:16:13 +0200
commit06e382afcbf199e5e4ec92574a3872ab04fb6e9e (patch)
tree08bb57d147d31cd4eefc26567849b1c6a2dbbe7f /kernel/interrupts.h
parent706d8edc5abf15960ff8bebf9a2a6dc76b23eeac (diff)
Improved physical memory manager and cleaning up.
Diffstat (limited to 'kernel/interrupts.h')
-rw-r--r--kernel/interrupts.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/interrupts.h b/kernel/interrupts.h
index 6483347..16eb7a6 100644
--- a/kernel/interrupts.h
+++ b/kernel/interrupts.h
@@ -3,6 +3,4 @@
#define INT_MAX 255 // size of our interrupts table
-int int_unhandled; // counting unhandled interrupts
-
#endif