• Russell King's avatar
    ARM: vexpress: fix two section mismatch warnings · 94ae0275
    Russell King authored
    WARNING: vmlinux.o(.text+0x1bc9c): Section mismatch in reference from the function ct_ca9x4_init_cpu_map() to the function .init.text:scu_get_core_count()
    The function ct_ca9x4_init_cpu_map() references
    the function __init scu_get_core_count().
    
    WARNING: vmlinux.o(.text+0x1bce8): Section mismatch in reference from the function ct_ca9x4_init_cpu_map() to the function .init.text:set_smp_cross_call()
    The function ct_ca9x4_init_cpu_map() references
    the function __init set_smp_cross_call().
    Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
    94ae0275
ct-ca9x4.c 5.55 KB