[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] x86/APIC: mark wait_tick_pvh() __init
commit ad47bc9a9742e73bea97ae791f66adf1caecaa63 Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Mon Jan 17 17:29:42 2022 +0100 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Mon Jan 17 17:29:42 2022 +0100 x86/APIC: mark wait_tick_pvh() __init 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@xxxxxxxx> Reviewed-by: Wei Liu <wl@xxxxxxx> --- xen/arch/x86/apic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/apic.c b/xen/arch/x86/apic.c index 55c103aaff..d7d5c15155 100644 --- a/xen/arch/x86/apic.c +++ b/xen/arch/x86/apic.c @@ -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; -- generated by git-patchbot for /home/xen/git/xen.git#staging
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |