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 a57c27c commit eb3515dCopy full SHA for eb3515d
arch/x86/include/asm/processor.h
@@ -731,4 +731,6 @@ bool arch_is_platform_page(u64 paddr);
731
#define arch_is_platform_page arch_is_platform_page
732
#endif
733
734
+extern bool gds_ucode_mitigated(void);
735
+
736
#endif /* _ASM_X86_PROCESSOR_H */
arch/x86/kvm/x86.c
@@ -314,8 +314,6 @@ u64 __read_mostly host_xcr0;
314
315
static struct kmem_cache *x86_emulator_cache;
316
317
-extern bool gds_ucode_mitigated(void);
318
-
319
/*
320
* When called, it means the previous get/set msr reached an invalid msr.
321
* Return true if we want to ignore/silent this failed msr access.
0 commit comments