We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72866a commit e1a5849Copy full SHA for e1a5849
arch/powerpc/kernel/kvm.c
@@ -669,7 +669,7 @@ static void __init kvm_use_magic_page(void)
669
on_each_cpu(kvm_map_magic_page, &features, 1);
670
671
/* Quick self-test to see if the mapping works */
672
- if (!fault_in_pages_readable((const char *)KVM_MAGIC_PAGE, sizeof(u32))) {
+ if (fault_in_pages_readable((const char *)KVM_MAGIC_PAGE, sizeof(u32))) {
673
kvm_patching_worked = false;
674
return;
675
}
0 commit comments