aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-09-10 13:57:26 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-09-10 13:57:26 +1000
commit2eed1b081643dedc6df06051a7f396dff4593258 (patch)
treef3a5f4918d2bf97917df5ae2aec08375b97bce50 /core
parent410c036927e4510f4ca82fb96db79354836ad6de (diff)
downloadskiboot-2eed1b081643dedc6df06051a7f396dff4593258.zip
skiboot-2eed1b081643dedc6df06051a7f396dff4593258.tar.gz
skiboot-2eed1b081643dedc6df06051a7f396dff4593258.tar.bz2
Remove old, out of date and misplaced comment
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'core')
-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;