Disable stack align checks
As with data align checks lets not fault on this yet.
This commit is contained in:
parent
696307f30c
commit
1de52fa109
|
@ -74,7 +74,9 @@ fn shared_setup_and_enter_pre() {
|
||||||
SCTLR_EL1::I::NonCacheable
|
SCTLR_EL1::I::NonCacheable
|
||||||
+ SCTLR_EL1::C::NonCacheable
|
+ SCTLR_EL1::C::NonCacheable
|
||||||
+ SCTLR_EL1::M::Disable
|
+ 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)
|
// Set Hypervisor Configuration Register (EL2)
|
||||||
|
|
Loading…
Reference in New Issue