aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/init.c b/core/init.c
index e51b9a9..7baca0d 100644
--- a/core/init.c
+++ b/core/init.c
@@ -45,11 +45,6 @@
#include <ipmi.h>
#include <sensor.h>
-/*
- * Boot semaphore, incremented by each CPU calling in
- *
- * Forced into data section as it will be used before BSS is initialized
- */
enum proc_gen proc_gen;
static uint64_t kernel_entry;