mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-28 10:04:14 +00:00
Revert "dm: workaroud for DM crash when doing fastboot reboot"
Remove the workaround and will submit the fixing patch. Tracked-On: #1277 Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>
This commit is contained in:
parent
b115546b45
commit
be0cde7dec
@ -493,11 +493,7 @@ modify_bar_registration(struct pci_vdev *dev, int idx, int registration)
|
||||
error = EINVAL;
|
||||
break;
|
||||
}
|
||||
|
||||
/* FIXME: workaround for unregister_mem for fastboot. */
|
||||
if (error != 0) {
|
||||
printf("modify_bar_registration failed with %d", error);
|
||||
}
|
||||
assert(error == 0);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user