mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 01:37:44 +00:00
cpu_dead should only run on current pcpu
no need for input param pcpu_id. Tracked-On: #1842 Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -376,7 +376,7 @@ void dispatch_exception(struct intr_excp_ctx *ctx)
|
||||
spinlock_release(&exception_spinlock);
|
||||
|
||||
/* Halt the CPU */
|
||||
cpu_dead(pcpu_id);
|
||||
cpu_dead();
|
||||
}
|
||||
|
||||
#ifdef CONFIG_PARTITION_MODE
|
||||
|
Reference in New Issue
Block a user