mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 08:50:27 +00:00
[REVERT-ME]: disable turbo mode
there is a bug for system hang on SBL bootloader after we enabled turbo mode. so add tmp patch to disable turbo mode as the work-around. after SBL fixed it, we revert this patch. Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -554,4 +554,7 @@
|
||||
#define SPEC_ENABLE_STIBP (1U<<1)
|
||||
#define PRED_SET_IBPB (1U<<0)
|
||||
|
||||
/* Turbo config bit */
|
||||
#define TURBO_MODE_DISABLE (1UL<<38)
|
||||
|
||||
#endif /* MSR_H */
|
||||
|
Reference in New Issue
Block a user