Skip to content

Commit 3378b1a

Browse files
committed
update
1 parent b1ff952 commit 3378b1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pcpu.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ impl<H: AxVCpuHal> AxArchPerCpu for Aarch64PerCpu<H> {
4141
//
4242
// We leave it for the virtual GIC implementations to decide whether to enable it or not.
4343
//
44-
unsafe {
45-
core::arch::asm! {
46-
"msr ich_hcr_el2, {value:x}",
47-
value = in(reg) 1,
48-
}
49-
}
44+
// unsafe {
45+
// core::arch::asm! {
46+
// "msr ich_hcr_el2, {value:x}",
47+
// value = in(reg) 1,
48+
// }
49+
// }
5050

5151
Ok(())
5252
}

0 commit comments

Comments
 (0)