[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] Remove stray blexit()
commit 254ddde3799c73ebc35c995fe63396a8dd17f339 Author: Roy Franz <roy.franz@xxxxxxxxxx> AuthorDate: Mon Oct 13 12:56:29 2014 -0700 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Tue Oct 14 10:16:38 2014 +0100 Remove stray blexit() A stray call to blexit() was in the normal processing path for handling FDTs specified in the config file, causing the EFI boot code to unconditionally exit. Remove the blexit() call as it should never have been here. Signed-off-by: Roy Franz <roy.franz@xxxxxxxxxx> Tested-by: Vijaya Kumar K<Vijaya.Kumar@xxxxxxxxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- xen/arch/arm/efi/efi-boot.h | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/xen/arch/arm/efi/efi-boot.h b/xen/arch/arm/efi/efi-boot.h index 61cb13a..7abc059 100644 --- a/xen/arch/arm/efi/efi-boot.h +++ b/xen/arch/arm/efi/efi-boot.h @@ -359,7 +359,6 @@ static void __init efi_arch_cfg_file_early(EFI_FILE_HANDLE dir_handle, char *sec { split_string(name.s); read_file(dir_handle, s2w(&name), &dtbfile, NULL); - blexit(NULL); efi_bs->FreePool(name.w); } fdt = fdt_increase_size(&dtbfile, cfg.size + EFI_PAGE_SIZE); -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |