Skip to content

Commit

Permalink
IHK-smp: do not abort boot even if LWK Linux map fails
Browse files Browse the repository at this point in the history
Change-Id: Ifc42b075fc20a140273e96206752d6376aaac74e
  • Loading branch information
bgerofi committed Aug 13, 2019
1 parent 82d3c64 commit 59b128c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions linux/driver/smp/smp-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -928,11 +928,10 @@ static int smp_ihk_os_load_file(ihk_os_t ihk_os, void *priv, const char *fn)

fput(file);
ihk_smp_unmap_virtual(elf64);

if ((ret = smp_ihk_os_map_lwk(phys))) {
pr_info("%s: ERROR: smp_ihk_os_map_lwk failed (%d)\n",
pr_info("%s: WARNING: smp_ihk_os_map_lwk failed: %d\n",
__func__, ret);
return ret;
}

if ((ret = smp_ihk_os_setup_startup(os, phys, entry))) {
Expand Down

0 comments on commit 59b128c

Please sign in to comment.