summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/core/runtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/core/runtime.c')
-rw-r--r--src/arch/x86/core/runtime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/core/runtime.c b/src/arch/x86/core/runtime.c
index d160fee0..f96b23af 100644
--- a/src/arch/x86/core/runtime.c
+++ b/src/arch/x86/core/runtime.c
@@ -265,5 +265,6 @@ static void runtime_init ( void ) {
/** Command line and initrd initialisation function */
struct startup_fn runtime_startup_fn __startup_fn ( STARTUP_NORMAL ) = {
+ .name = "runtime",
.startup = runtime_init,
};