commit this

This commit is contained in:
Eric W. Biederman 2002-10-10 22:23:43 +00:00
commit 53be537588

View file

@ -570,16 +570,16 @@ int elfload(struct stream *stream, struct lb_memory *mem,
if (!load_elf_segments(&head, stream, header, header_size))
goto out;
printk_info("Loaded segments\n");
printk_spew("Loaded segments\n");
/* Verify the loaded image */
if (!verify_loaded_image(cb_chain, ehdr, phdr, &head))
goto out;
printk_info("verified segments\n");
printk_spew("verified segments\n");
/* Shutdown the stream device */
stream->fini();
printk_info("closed down stream\n");
printk_spew("closed down stream\n");
/* Reset to booting from this image as late as possible */
boot_successful();