mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-19 04:02:05 +00:00
hv: tee: avoid halt in REE bootargs
"idle=halt " should be avoided in REE since we have to keep the interrupt always masked in root mode. Tracked-On: #6571 Signed-off-by: Jie Deng <jie.deng@intel.com> Reviewed-by: Wang, Yu1 <yu1.wang@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
parent
fa6b55db68
commit
2fab18a6d6
@ -22,7 +22,9 @@
|
||||
#define MAX_VM_OS_NAME_LEN 32U
|
||||
#define MAX_MOD_TAG_LEN 32U
|
||||
|
||||
#ifdef CONFIG_SCHED_NOOP
|
||||
#if defined(CONFIG_SCHED_NOOP)
|
||||
#define SERVICE_VM_IDLE ""
|
||||
#elif defined(CONFIG_SCHED_PRIO)
|
||||
#define SERVICE_VM_IDLE ""
|
||||
#else
|
||||
#define SERVICE_VM_IDLE "idle=halt "
|
||||
|
Loading…
Reference in New Issue
Block a user