x86/APIC: mark wait_tick_pvh() __init
authorJan Beulich <jbeulich@suse.com>
Mon, 17 Jan 2022 16:29:42 +0000 (17:29 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 17 Jan 2022 16:29:42 +0000 (17:29 +0100)
It should have been that way right from its introduction by 02e0de011555
("x86: APIC timer calibration when running as a guest").

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Wei Liu <wl@xen.org>
xen/arch/x86/apic.c

index 55c103aaffbbe49bd50312afa0172a4e706c3421..d7d5c151550d7231760c5caa1f5a0b8b46d8642f 100644 (file)
@@ -1190,7 +1190,7 @@ static void __init check_deadline_errata(void)
            "please update microcode to version %#x (or later)\n", rev);
 }
 
-static void wait_tick_pvh(void)
+static void __init wait_tick_pvh(void)
 {
     u64 lapse_ns = 1000000000ULL / HZ;
     s_time_t start, curr_time;