Merge tag 'vfio-v6.4-rc1' of https://github.com/awilliam/linux-vfio
[linux-block.git] / arch / x86 / kernel / head32.c
index ec6fefbfd3c0454b009a2a7a04a76edc44b8c5e8..10c27b4261eb0b969e6360c9acffe4358ff4adb0 100644 (file)
@@ -29,7 +29,7 @@ static void __init i386_default_early_setup(void)
        x86_init.mpparse.setup_ioapic_ids = setup_ioapic_ids_from_mpc;
 }
 
-asmlinkage __visible void __init i386_start_kernel(void)
+asmlinkage __visible void __init __noreturn i386_start_kernel(void)
 {
        /* Make sure IDT is set up before any exception happens */
        idt_setup_early_handler();