mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
[init] Show startup and shutdown function names in debug messages
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -185,6 +185,7 @@ void linux_args_cleanup(int flags __unused)
|
||||
}
|
||||
|
||||
struct startup_fn startup_linux_args __startup_fn(STARTUP_EARLY) = {
|
||||
.name = "linux_args",
|
||||
.startup = linux_args_parse,
|
||||
.shutdown = linux_args_cleanup,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user