Skip to content
  • Jacek Luczak's avatar
    x86: section mismatch fixes, #3 · 5afca33a
    Jacek Luczak authored
    
    
    This patch fixes section mismatch warnings in unlock_ExtINT_logic().
    
    WARNING: arch/x86/kernel/built-in.o(.text+0x14a92): Section mismatch in reference from the function unlock_ExtINT_logic()
    to the function .init.text:find_isa_irq_pin()
    The function unlock_ExtINT_logic() references
    the function __init find_isa_irq_pin().
    This is often because unlock_ExtINT_logic lacks a __init
    annotation or the annotation of find_isa_irq_pin is wrong.
    
    Signed-off-by: default avatarJacek Luczak <luczak.jacek@gmail.com>
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
    5afca33a