diff options
-rw-r--r-- | arch/x86/kernel/jailhouse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/jailhouse.c b/arch/x86/kernel/jailhouse.c index 1b2ee55a2dfb..d96d56310d51 100644 --- a/arch/x86/kernel/jailhouse.c +++ b/arch/x86/kernel/jailhouse.c | |||
@@ -203,7 +203,7 @@ bool jailhouse_paravirt(void) | |||
203 | return jailhouse_cpuid_base() != 0; | 203 | return jailhouse_cpuid_base() != 0; |
204 | } | 204 | } |
205 | 205 | ||
206 | static bool jailhouse_x2apic_available(void) | 206 | static bool __init jailhouse_x2apic_available(void) |
207 | { | 207 | { |
208 | /* | 208 | /* |
209 | * The x2APIC is only available if the root cell enabled it. Jailhouse | 209 | * The x2APIC is only available if the root cell enabled it. Jailhouse |