From 962cada830e9b0ce7049a59bef4c33ab01c6161e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 27 Jan 2011 20:35:48 +0000 Subject: [init] Remove concept of "shutdown exit flags" Remove the concept of shutdown exit flags, and replace it with a counter used to keep track of exposed interfaces that require devices to remain active. Signed-off-by: Michael Brown --- src/image/efi_image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/image') diff --git a/src/image/efi_image.c b/src/image/efi_image.c index 6b6600de..bf2e6f4a 100644 --- a/src/image/efi_image.c +++ b/src/image/efi_image.c @@ -39,7 +39,7 @@ static EFI_EVENT efi_shutdown_event; */ static EFIAPI void efi_shutdown_hook ( EFI_EVENT event __unused, void *context __unused ) { - shutdown ( SHUTDOWN_BOOT ); + shutdown_boot(); } /** -- cgit v1.2.3-55-g7522