summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/image/elfboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/image/elfboot.c')
-rw-r--r--src/arch/i386/image/elfboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/image/elfboot.c b/src/arch/i386/image/elfboot.c
index 52510aa9..60c54992 100644
--- a/src/arch/i386/image/elfboot.c
+++ b/src/arch/i386/image/elfboot.c
@@ -46,7 +46,7 @@ static int elfboot_exec ( struct image *image ) {
/* An ELF image has no callback interface, so we need to shut
* down before invoking it.
*/
- shutdown();
+ shutdown ( SHUTDOWN_BOOT );
/* Jump to OS with flat physical addressing */
__asm__ __volatile__ ( PHYS_CODE ( "call *%%edi\n\t" )