]> xenbits.xensource.com Git - xen.git/commitdiff
x86/platform: correct #undef in compat checking
authorJan Beulich <jbeulich@suse.com>
Mon, 6 May 2024 12:53:17 +0000 (14:53 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 6 May 2024 12:53:17 +0000 (14:53 +0200)
A stray 'p' was there, rendering the #undef ineffectual.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
xen/arch/x86/x86_64/platform_hypercall.c

index 99440f40764f10010536586f9f619d7d76244166..347f5d65330e3c3470ac569d34964e57fdc85ea9 100644 (file)
@@ -30,7 +30,7 @@ CHECK_pf_pcpu_version;
 
 #define xen_pf_ucode_revision xenpf_ucode_revision
 CHECK_pf_ucode_revision;
-#undef xen_pf_pucode_revision
+#undef xen_pf_ucode_revision
 
 #define xen_pf_enter_acpi_sleep xenpf_enter_acpi_sleep
 CHECK_pf_enter_acpi_sleep;