From 36a4c85f911c85f5ab183331ff74d125f9a9ed32 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 25 Jan 2019 14:53:43 +0000 Subject: [init] Show startup and shutdown function names in debug messages Signed-off-by: Michael Brown --- src/arch/x86/core/runtime.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/arch/x86/core/runtime.c') 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, }; -- cgit v1.2.3-55-g7522