diff options
Diffstat (limited to 'arch/x86/kernel/apic/apic.c')
-rw-r--r-- | arch/x86/kernel/apic/apic.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c index c681e9ba9e47..19f1bc714ee6 100644 --- a/arch/x86/kernel/apic/apic.c +++ b/arch/x86/kernel/apic/apic.c | |||
@@ -2267,6 +2267,13 @@ int __init APIC_init_uniprocessor(void) | |||
2267 | return 0; | 2267 | return 0; |
2268 | } | 2268 | } |
2269 | 2269 | ||
2270 | #ifdef CONFIG_UP_LATE_INIT | ||
2271 | void __init up_late_init(void) | ||
2272 | { | ||
2273 | APIC_init_uniprocessor(); | ||
2274 | } | ||
2275 | #endif | ||
2276 | |||
2270 | /* | 2277 | /* |
2271 | * Power management | 2278 | * Power management |
2272 | */ | 2279 | */ |