Skip to content

Commit d599dff

Browse files
authored
chore: remove invalid comment
1 parent a498bc5 commit d599dff

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hypervisor/src/svm/support.rs

-3
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ pub fn is_svm_supported() -> bool {
8989
static VIRTUALIZED_BITSET: AtomicU64 = AtomicU64::new(0);
9090

9191
/// Checks whether the current process is already virtualized.
92-
///
93-
/// This is done by comparing the value of cpuid leaf 0x40000000. The cpuid
94-
/// vmexit has to return the correct value to be able to use this.
9592
pub fn is_virtualized() -> bool {
9693
let bit = 1 << current_processor_index();
9794

0 commit comments

Comments
 (0)