Disable stack align checks

As with data align checks lets not fault on this yet.
This commit is contained in:
Berkus Decker 2020-11-16 02:12:17 +02:00
parent 696307f30c
commit 1de52fa109
1 changed files with 3 additions and 1 deletions

View File

@ -74,7 +74,9 @@ fn shared_setup_and_enter_pre() {
SCTLR_EL1::I::NonCacheable
+ SCTLR_EL1::C::NonCacheable
+ SCTLR_EL1::M::Disable
+ SCTLR_EL1::A::Disable,
+ SCTLR_EL1::A::Disable
+ SCTLR_EL1::SA::Disable
+ SCTLR_EL1::SA0::Disable,
);
// Set Hypervisor Configuration Register (EL2)