mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +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:
@@ -685,6 +685,7 @@ static void shutdown_cache ( int booting __unused ) {
|
||||
|
||||
/** Memory allocator shutdown function */
|
||||
struct startup_fn heap_startup_fn __startup_fn ( STARTUP_EARLY ) = {
|
||||
.name = "heap",
|
||||
.shutdown = shutdown_cache,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user